#453CAE

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

Shades of Blue Gem #453CAE

Tints of Blue Gem #453CAE

Color information

#453CAE (or 0x453CAE) is unknown color: approx Blue Gem. HEX triplet: 45, 3C and AE. RGB value is (69,60,174). Sum of RGB (Red+Green+Blue) = 69+60+174=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #453CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453CAE is #BAC351. Grayscale: #4B4B4B. Windows color (decimal): -12239698 or 11418693. OLE color: 11418693.

HSL color Cylindrical-coordinate representation of color #453CAE: hue angle of 244.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453CAE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6960174-
CMYK0.600.6600.32
HSL244.74º48.72%45.88%-
HSV(B)244.74º65.52%68.24%-
XYZ11.717.5540.89-
YUV75.69183.48123.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=22.77%
G=19.80%
B=57.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69601740.600.6600.32244.7448.7245.88
Hex453CAE3C42020f5312e
Octal10574256741020403656156
Binary1000101111100101011101111001000010010000011110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,174); }

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

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

 a { background-color: rgb(69,60,174); }

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

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

 span { border-color: rgb(69,60,174); }

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