#39229B

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

Shades of Blue Gem #39229B

Tints of Blue Gem #39229B

Color information

#39229B (or 0x39229B) is unknown color: approx Blue Gem. HEX triplet: 39, 22 and 9B. RGB value is (57,34,155). Sum of RGB (Red+Green+Blue) = 57+34+155=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #39229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39229B is #C6DD64. Grayscale: #363636. Windows color (decimal): -13032805 or 10166841. OLE color: 10166841.

HSL color Cylindrical-coordinate representation of color #39229B: hue angle of 251.4º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39229B is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5734155-
CMYK0.630.7800.39
HSL251.4º64.02%37.06%-
HSV(B)251.4º78.06%60.78%-
XYZ8.184.3831.42-
YUV54.67184.62129.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=23.17%
G=13.82%
B=63.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57341550.630.7800.39251.464.0237.06
Hex39229B3F4E027fb4025
Octal71422337711604737310045
Binary1110011000101001101111111110011100100111111110111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,34,155); }

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

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

 a { background-color: rgb(57,34,155); }

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

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

 span { border-color: rgb(57,34,155); }

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