#45319C

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

Shades of Blue Gem #45319C

Tints of Blue Gem #45319C

Color information

#45319C (or 0x45319C) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 9C. RGB value is (69,49,156). Sum of RGB (Red+Green+Blue) = 69+49+156=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #45319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45319C is #BACE63. Grayscale: #424242. Windows color (decimal): -12242532 or 10236229. OLE color: 10236229.

HSL color Cylindrical-coordinate representation of color #45319C: hue angle of 251.21º degrees, saturation: 0.52, 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 #45319C is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6949156-
CMYK0.560.6900.39
HSL251.21º52.2%40.2%-
HSV(B)251.21º68.59%61.18%-
XYZ9.555.8632.08-
YUV67.18178.13129.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=25.18%
G=17.88%
B=56.93%

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
Decimal69491560.560.6900.39251.2152.240.2
Hex45319C3845027fb3428
Octal10561234701050473736450
Binary1000101110001100111001110001000101010011111111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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