#45359C

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

Shades of Blue Gem #45359C

Tints of Blue Gem #45359C

Color information

#45359C (or 0x45359C) is unknown color: approx Blue Gem. HEX triplet: 45, 35 and 9C. RGB value is (69,53,156). Sum of RGB (Red+Green+Blue) = 69+53+156=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #45359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45359C is #BACA63. Grayscale: #454545. Windows color (decimal): -12241508 or 10237253. OLE color: 10237253.

HSL color Cylindrical-coordinate representation of color #45359C: hue angle of 249.32º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45359C is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6953156-
CMYK0.560.6600.39
HSL249.32º49.28%40.98%-
HSV(B)249.32º66.03%61.18%-
XYZ9.736.2132.14-
YUV69.53176.8127.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 156 (61.33% from 255) = 56.12%
R=24.82%
G=19.06%
B=56.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69531560.560.6600.39249.3249.2840.98
Hex45359C3842027f93129
Octal10565234701020473716151
Binary1000101110101100111001110001000010010011111111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45359C; }

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

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

<style>
 a { background-color: #45359C; }

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

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

<style>
 span { border-color: #45359C; }

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

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