#453CAF

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

Shades of Blue Gem #453CAF

Tints of Blue Gem #453CAF

Color information

#453CAF (or 0x453CAF) is unknown color: approx Blue Gem. HEX triplet: 45, 3C and AF. RGB value is (69,60,175). Sum of RGB (Red+Green+Blue) = 69+60+175=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #453CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453CAF is #BAC350. Grayscale: #4B4B4B. Windows color (decimal): -12239697 or 11484229. OLE color: 11484229.

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

Color convert

RGB6960175-
CMYK0.610.6600.31
HSL244.7º48.94%46.08%-
HSV(B)244.7º65.71%68.63%-
XYZ11.817.5941.4-
YUV75.8183.98123.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 175 (68.75% from 255) = 57.57%
R=22.70%
G=19.74%
B=57.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69601750.610.6600.31244.748.9446.08
Hex453CAF3D4201Ff5312e
Octal10574257751020373656156
Binary100010111110010101111111101100001001111111110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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