#45338B

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

Shades of Blue Gem #45338B

Tints of Blue Gem #45338B

Color information

#45338B (or 0x45338B) is unknown color: approx Blue Gem. HEX triplet: 45, 33 and 8B. RGB value is (69,51,139). Sum of RGB (Red+Green+Blue) = 69+51+139=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #45338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45338B is #BACC74. Grayscale: #424242. Windows color (decimal): -12242037 or 9122629. OLE color: 9122629.

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

Color convert

RGB6951139-
CMYK0.500.6300.45
HSL252.27º46.32%37.25%-
HSV(B)252.27º63.31%54.51%-
XYZ8.35.525.05-
YUV66.41168.96129.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=26.64%
G=19.69%
B=53.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69511390.500.6300.45252.2746.3237.25
Hex45338B323F02Dfc2e25
Octal1056321362770553745645
Binary100010111001110001011110010111111010110111111100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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