#39299B

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

Shades of Blue Gem #39299B

Tints of Blue Gem #39299B

Color information

#39299B (or 0x39299B) is unknown color: approx Blue Gem. HEX triplet: 39, 29 and 9B. RGB value is (57,41,155). Sum of RGB (Red+Green+Blue) = 57+41+155=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #39299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39299B is #C6D664. Grayscale: #3A3A3A. Windows color (decimal): -13031013 or 10168633. OLE color: 10168633.

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

Color convert

RGB5741155-
CMYK0.630.7400.39
HSL248.42º58.16%38.43%-
HSV(B)248.42º73.55%60.78%-
XYZ8.44.8231.5-
YUV58.78182.3126.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=22.53%
G=16.21%
B=61.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57411550.630.7400.39248.4258.1638.43
Hex39299B3F4A027f83a26
Octal7151233771120473707246
Binary111001101001100110111111111001010010011111111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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