#45308D

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

Shades of Blue Gem #45308D

Tints of Blue Gem #45308D

Color information

#45308D (or 0x45308D) is unknown color: approx Blue Gem. HEX triplet: 45, 30 and 8D. RGB value is (69,48,141). Sum of RGB (Red+Green+Blue) = 69+48+141=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #45308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45308D is #BACF72. Grayscale: #404040. Windows color (decimal): -12242803 or 9252933. OLE color: 9252933.

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

Color convert

RGB6948141-
CMYK0.510.6600.45
HSL253.55º49.21%37.06%-
HSV(B)253.55º65.96%55.29%-
XYZ8.325.325.78-
YUV64.88170.96130.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=26.74%
G=18.60%
B=54.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69481410.510.6600.45253.5549.2137.06
Hex45308D334202Dfe3125
Octal10560215631020553766145
Binary1000101110000100011011100111000010010110111111110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,48,141); }

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

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

 a { background-color: rgb(69,48,141); }

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

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

 span { border-color: rgb(69,48,141); }

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