#45328C

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

Shades of Blue Gem #45328C

Tints of Blue Gem #45328C

Color information

#45328C (or 0x45328C) is unknown color: approx Blue Gem. HEX triplet: 45, 32 and 8C. RGB value is (69,50,140). Sum of RGB (Red+Green+Blue) = 69+50+140=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #45328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45328C is #BACD73. Grayscale: #414141. Windows color (decimal): -12242292 or 9187909. OLE color: 9187909.

HSL color Cylindrical-coordinate representation of color #45328C: hue angle of 252.67º 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 #45328C is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6950140-
CMYK0.510.6400.45
HSL252.67º47.37%37.25%-
HSV(B)252.67º64.29%54.9%-
XYZ8.335.4425.42-
YUV65.94169.79130.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=26.64%
G=19.31%
B=54.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69501400.510.6400.45252.6747.3737.25
Hex45328C334002Dfd2f25
Octal10562214631000553755745
Binary1000101110010100011001100111000000010110111111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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