#45318c

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

Shades of Blue Gem #45318C

Tints of Blue Gem #45318C

Color information

#45318C (or 0x45318C) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 8C. RGB value is (69,49,140). Sum of RGB (Red+Green+Blue) = 69+49+140=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #45318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45318C is #BACE73. Grayscale: #414141. Windows color (decimal): -12242548 or 9187653. OLE color: 9187653.

HSL color Cylindrical-coordinate representation of color #45318C: hue angle of 253.19º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45318C is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6949140-
CMYK0.510.6500.45
HSL253.19º48.15%37.06%-
HSV(B)253.19º65%54.9%-
XYZ8.295.3625.41-
YUV65.35170.13130.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 140 (55.08% from 255) = 54.26%
R=26.74%
G=18.99%
B=54.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69491400.510.6500.45253.1948.1537.06
Hex45318C334102Dfd3025
Octal10561214631010553756045
Binary1000101110001100011001100111000001010110111111101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45318c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45318c; }

 p { color: rgb(69,49,140); }

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

<style>
 a { background-color: #45318c; }

 a { background-color: rgb(69,49,140); }

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

<style>
 span { border-color: #45318c; }

 span { border-color: rgb(69,49,140); }

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