#453EA1

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

Shades of Blue Gem #453EA1

Tints of Blue Gem #453EA1

Color information

#453EA1 (or 0x453EA1) is unknown color: approx Blue Gem. HEX triplet: 45, 3E and A1. RGB value is (69,62,161). Sum of RGB (Red+Green+Blue) = 69+62+161=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #453EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453EA1 is #BAC15E. Grayscale: #4A4A4A. Windows color (decimal): -12239199 or 10567237. OLE color: 10567237.

HSL color Cylindrical-coordinate representation of color #453EA1: hue angle of 244.24º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453EA1 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6962161-
CMYK0.570.6100.37
HSL244.24º44.39%43.73%-
HSV(B)244.24º61.49%63.14%-
XYZ10.617.2834.56-
YUV75.38176.32123.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 161 (63.28% from 255) = 55.14%
R=23.63%
G=21.23%
B=55.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69621610.570.6100.37244.2444.3943.73
Hex453EA1393D025f42c2c
Octal1057624171750453645454
Binary100010111111010100001111001111101010010111110100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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