#39259b

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

Shades of Blue Gem #39259B

Tints of Blue Gem #39259B

Color information

#39259B (or 0x39259B) is unknown color: approx Blue Gem. HEX triplet: 39, 25 and 9B. RGB value is (57,37,155). Sum of RGB (Red+Green+Blue) = 57+37+155=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #39259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39259B is #C6DA64. Grayscale: #373737. Windows color (decimal): -13032037 or 10167609. OLE color: 10167609.

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

Color convert

RGB5737155-
CMYK0.630.7600.39
HSL250.17º61.46%37.65%-
HSV(B)250.17º76.13%60.78%-
XYZ8.274.5631.45-
YUV56.43183.63128.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=22.89%
G=14.86%
B=62.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57371550.630.7600.39250.1761.4637.65
Hex39259B3F4C027fa3d26
Octal7145233771140473727546
Binary111001100101100110111111111001100010011111111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39259b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39259b; }

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

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

<style>
 a { background-color: #39259b; }

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

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

<style>
 span { border-color: #39259b; }

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

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