#39269D

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

Shades of Blue Gem #39269D

Tints of Blue Gem #39269D

Color information

#39269D (or 0x39269D) is unknown color: approx Blue Gem. HEX triplet: 39, 26 and 9D. RGB value is (57,38,157). Sum of RGB (Red+Green+Blue) = 57+38+157=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #39269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39269D is #C6D962. Grayscale: #383838. Windows color (decimal): -13031779 or 10298937. OLE color: 10298937.

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

Color convert

RGB5738157-
CMYK0.640.7600.38
HSL249.58º61.03%38.24%-
HSV(B)249.58º75.8%61.57%-
XYZ8.474.6932.36-
YUV57.25184.29127.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 157 (61.72% from 255) = 62.30%
R=22.62%
G=15.08%
B=62.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57381570.640.7600.38249.5861.0338.24
Hex39269D404C026fa3d26
Octal71462351001140463727546
Binary1110011001101001110110000001001100010011011111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,38,157); }

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

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

 a { background-color: rgb(57,38,157); }

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

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

 span { border-color: rgb(57,38,157); }

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