#45309C

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

Shades of Blue Gem #45309C

Tints of Blue Gem #45309C

Color information

#45309C (or 0x45309C) is unknown color: approx Blue Gem. HEX triplet: 45, 30 and 9C. RGB value is (69,48,156). Sum of RGB (Red+Green+Blue) = 69+48+156=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #45309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45309C is #BACF63. Grayscale: #424242. Windows color (decimal): -12242788 or 10235973. OLE color: 10235973.

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

Color convert

RGB6948156-
CMYK0.560.6900.39
HSL251.67º52.94%40%-
HSV(B)251.67º69.23%61.18%-
XYZ9.515.7832.07-
YUV66.59178.46129.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=25.27%
G=17.58%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69481560.560.6900.39251.6752.9440
Hex45309C3845027fc3528
Octal10560234701050473746550
Binary1000101110000100111001110001000101010011111111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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