#45328B

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

Shades of Blue Gem #45328B

Tints of Blue Gem #45328B

Color information

#45328B (or 0x45328B) is unknown color: approx Blue Gem. HEX triplet: 45, 32 and 8B. RGB value is (69,50,139). Sum of RGB (Red+Green+Blue) = 69+50+139=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #45328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45328B is #BACD74. Grayscale: #414141. Windows color (decimal): -12242293 or 9122373. OLE color: 9122373.

HSL color Cylindrical-coordinate representation of color #45328B: hue angle of 252.81º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45328B is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6950139-
CMYK0.500.6400.45
HSL252.81º47.09%37.06%-
HSV(B)252.81º64.03%54.51%-
XYZ8.265.4125.04-
YUV65.83169.29130.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=26.74%
G=19.38%
B=53.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69501390.500.6400.45252.8147.0937.06
Hex45328B324002Dfd2f25
Octal10562213621000553755745
Binary1000101110010100010111100101000000010110111111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45328B; }

 p { color: rgb(69,50,139); }

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

<style>
 a { background-color: #45328B; }

 a { background-color: rgb(69,50,139); }

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

<style>
 span { border-color: #45328B; }

 span { border-color: rgb(69,50,139); }

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