#453EA6

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

Shades of Blue Gem #453EA6

Tints of Blue Gem #453EA6

Color information

#453EA6 (or 0x453EA6) is unknown color: approx Blue Gem. HEX triplet: 45, 3E and A6. RGB value is (69,62,166). Sum of RGB (Red+Green+Blue) = 69+62+166=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #453EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453EA6 is #BAC159. Grayscale: #4B4B4B. Windows color (decimal): -12239194 or 10894917. OLE color: 10894917.

HSL color Cylindrical-coordinate representation of color #453EA6: hue angle of 244.04º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453EA6 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6962166-
CMYK0.580.6300.35
HSL244.04º45.61%44.71%-
HSV(B)244.04º62.65%65.1%-
XYZ11.067.4636.93-
YUV75.95178.82123.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 166 (65.23% from 255) = 55.89%
R=23.23%
G=20.88%
B=55.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69621660.580.6300.35244.0445.6144.71
Hex453EA63A3F023f42e2d
Octal1057624672770433645655
Binary100010111111010100110111010111111010001111110100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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