#453E9B

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

Shades of Blue Gem #453E9B

Tints of Blue Gem #453E9B

Color information

#453E9B (or 0x453E9B) is unknown color: approx Blue Gem. HEX triplet: 45, 3E and 9B. RGB value is (69,62,155). Sum of RGB (Red+Green+Blue) = 69+62+155=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #453E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453E9B is #BAC164. Grayscale: #4A4A4A. Windows color (decimal): -12239205 or 10174021. OLE color: 10174021.

HSL color Cylindrical-coordinate representation of color #453E9B: hue angle of 244.52º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453E9B is Cyan = 0.55, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6962155-
CMYK0.550.600.39
HSL244.52º42.86%42.55%-
HSV(B)244.52º60%60.78%-
XYZ10.097.0831.84-
YUV74.69173.32123.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=24.13%
G=21.68%
B=54.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69621550.550.600.39244.5242.8642.55
Hex453E9B373C027f52b2b
Octal1057623367740473655353
Binary100010111111010011011110111111100010011111110101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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