#453B96

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

Shades of Blue Gem #453B96

Tints of Blue Gem #453B96

Color information

#453B96 (or 0x453B96) is unknown color: approx Blue Gem. HEX triplet: 45, 3B and 96. RGB value is (69,59,150). Sum of RGB (Red+Green+Blue) = 69+59+150=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #453B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B96 is #BAC469. Grayscale: #484848. Windows color (decimal): -12239978 or 9845573. OLE color: 9845573.

HSL color Cylindrical-coordinate representation of color #453B96: hue angle of 246.59º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453B96 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6959150-
CMYK0.540.6100.41
HSL246.59º43.54%40.98%-
HSV(B)246.59º60.67%58.82%-
XYZ9.526.629.63-
YUV72.36171.81125.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 59 (23.44% from 255) = 21.22%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=24.82%
G=21.22%
B=53.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69591500.540.6100.41246.5943.5440.98
Hex453B96363D029f72c29
Octal1057322666750513675451
Binary100010111101110010110110110111101010100111110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,59,150); }

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

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

 a { background-color: rgb(69,59,150); }

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

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

 span { border-color: rgb(69,59,150); }

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