#45329D

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

Shades of Blue Gem #45329D

Tints of Blue Gem #45329D

Color information

#45329D (or 0x45329D) is unknown color: approx Blue Gem. HEX triplet: 45, 32 and 9D. RGB value is (69,50,157). Sum of RGB (Red+Green+Blue) = 69+50+157=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #45329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45329D is #BACD62. Grayscale: #434343. Windows color (decimal): -12242275 or 10302021. OLE color: 10302021.

HSL color Cylindrical-coordinate representation of color #45329D: hue angle of 250.65º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45329D is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6950157-
CMYK0.560.6800.38
HSL250.65º51.69%40.59%-
HSV(B)250.65º68.15%61.57%-
XYZ9.685.9832.54-
YUV67.88178.29128.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=25%
G=18.12%
B=56.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69501570.560.6800.38250.6551.6940.59
Hex45329D3844026fb3429
Octal10562235701040463736451
Binary1000101110010100111011110001000100010011011111011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45329D; }

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

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

<style>
 a { background-color: #45329D; }

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

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

<style>
 span { border-color: #45329D; }

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

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