#453EB3

Color #453EB3 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #453EB3

Tints of Rich Blue #453EB3

Color information

#453EB3 (or 0x453EB3) is unknown color: approx Rich Blue. HEX triplet: 45, 3E and B3. RGB value is (69,62,179). Sum of RGB (Red+Green+Blue) = 69+62+179=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #453EB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EB3 is #BAC14C. Grayscale: #4C4C4C. Windows color (decimal): -12239181 or 11746885. OLE color: 11746885.

HSL color Cylindrical-coordinate representation of color #453EB3: hue angle of 243.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453EB3 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6962179-
CMYK0.610.6500.30
HSL243.59º48.55%47.25%-
HSV(B)243.59º65.36%70.2%-
XYZ12.317.9743.54-
YUV77.43185.32121.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=22.26%
G=20%
B=57.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69621790.610.6500.30243.5948.5547.25
Hex453EB33D4101Ef4312f
Octal10576263751010363646157
Binary100010111111010110011111101100000101111011110100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453EB3; }

 p { color: rgb(69,62,179); }

 H1.HeaderClassName
 {
   color: #453EB3;
 }
 .AnyTagClassName
 {
   color: #453EB3;
 }
</style>
background-color css

<style>
 a { background-color: #453EB3; }

 a { background-color: rgb(69,62,179); }

 div.DivClassName
 {
   background-color: #453EB3;
 }
 .BgClassName
 {
   background-color: #453EB3;
 }
</style>
border-color css

<style>
 span { border-color: #453EB3; }

 span { border-color: rgb(69,62,179); }

 td.TdClassName
 {
   border-color: #453EB3;
 }
 .TagClassName
 {
   border-color: #453EB3;
 }
</style>