#453E9C

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

Shades of Blue Gem #453E9C

Tints of Blue Gem #453E9C

Color information

#453E9C (or 0x453E9C) is unknown color: approx Blue Gem. HEX triplet: 45, 3E and 9C. RGB value is (69,62,156). Sum of RGB (Red+Green+Blue) = 69+62+156=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #453E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453E9C is #BAC163. Grayscale: #4A4A4A. Windows color (decimal): -12239204 or 10239557. OLE color: 10239557.

HSL color Cylindrical-coordinate representation of color #453E9C: hue angle of 244.47º 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 #453E9C is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6962156-
CMYK0.560.6000.39
HSL244.47º43.12%42.75%-
HSV(B)244.47º60.26%61.18%-
XYZ10.187.1132.29-
YUV74.81173.82123.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=24.04%
G=21.60%
B=54.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69621560.560.6000.39244.4743.1242.75
Hex453E9C383C027f42b2b
Octal1057623470740473645353
Binary100010111111010011100111000111100010011111110100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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