COLOR #453988

HEX: #453988
RGB: (69,57,136)

Color info

#453988 contains mainly blue color. Web safe color of #453988 is #333399 (or #339).

RGB color model

#453988 color RGB value is (69,57,136).

  • red value is 69;
  • green value is 57;
  • blue value is 136.
RGB:
(69,57,136)
(27%,22%,53%)

RGB channels and saturation

R 69 of 255 = 27%
G 57 of 255 = 22%
B 136 of 255 = 53%

69
57
136

R + G + B ~ 34%. #453988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 57 + 136 = 262 (100%)
R 69 of 262 ~ 26.34%
G 57 of 262 ~ 21.76%
B 136 of 262 ~ 51.91%

%26.34
%21.76
%51.91

CMYK color model

#453988 color CMYK value is (49,58,0,47).

  • cyan value is 49.26%
  • magenta value is 58.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,58,0,47)
C49M58Y0K47 
(49%,58%,0%,47%)
(0.49/0.58/0.00/0.47)	

CMYK percentages

%49.26
%58.09
%0
%46.67

Codes

Color #453988 in popluar color models

453988
RGB6957136
HSL249°40.93%37.84%
HSB/HSV249°58.09%53.33%
CMYK49.26%58.09%0.00%
46.67%

Color #453988 in popluar number systems.

HEX453988
Decimal6957136
Binary100010111100110001000
Octal10571210

Shades and tints

Shades of #453988

#453988
(69,57,136)
#3F347C
(63,52,124)
#392F70
(57,47,112)
#332A64
(51,42,100)
#2D2558
(45,37,88)
#27204C
(39,32,76)
#211B40
(33,27,64)
#1B1634
(27,22,52)
#151128
(21,17,40)
#0F0C1C
(15,12,28)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #453988

#453988
(69,57,136)
#554B92
(85,75,146)
#655D9C
(101,93,156)
#756FA6
(117,111,166)
#8581B0
(133,129,176)
#9593BA
(149,147,186)
#A5A5C4
(165,165,196)
#B5B7CE
(181,183,206)
#C5C9D8
(197,201,216)
#D5DBE2
(213,219,226)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453988 color. Also use rgb(69,57,136) instead hex code.

Text Font Color

.myTextColor { color: #453988; }

<p style="color:#453988">This sample text font color is #453988.</p>

This text font color is #453988.


Background Color

.myBgColor { background-color: #453988; }

<div style="background-color:#453988">Inner text</div>

This div background color is #453988.


Border color

.myBorderColor { border: 1px solid #453988; }

<div style="border:3px solid #453988">Div</div>

This div border color is #453988.


Opacity

.myOpacity80 { color: #453988; opacity: 0.8; }

<p style="color:#453988;opacity:0.8;">80%</p>

Text with #453988 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #453988;}

<p style="text-shadow: 3px 3px 1px #453988">Text here.</p>

This text has shadow with #453988 color.

.textShadow {text-shadow: 3px 3px 1px #453988, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #453988, 5px 5px 20px red">Text here.</p>

This text has shadow with #453988 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#453988, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#453988, Direction=45, Strength=4)">Text</p>

This text has shadow with #453988 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #453988;
  -webkit-box-shadow:	1px 1px 3px 2px #453988;
  box-shadow:		1px 1px 3px 2px #453988;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #453988;
-webkit-box-shadow: 1px 1px 3px 2px #453988;
box-shadow:1px 1px 3px 2px #453988;">
Div content here</div>
This div box has shadow with color #453988.

Preview

Color preview on black background

This text has color #453988 on black background.


Color preview on white background

This text has color #453988 on white background.



Black color preview on #453988 background

This text has black color on #453988 background.


White color preview on #453988 background

This text has white color on #453988 background.