Html Css Color HEX #39209D Blue Gem

📋 copy color: '#39209D'

red 57 ◦ green 32 ◦ blue 157

#39209D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #39209D

Tints of Blue Gem #39209D

RGB

 RED value IS 57 (22.66% from 255) = 23.17%

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 23.17%
G = 13.01%
B = 63.82%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39209D (or 0x39209D) is known color: Blue Gem. HEX triplet: 39, 20 and 9D. RGB value is (57,32,157). Sum of RGB (Red+Green+Blue) = 57+32+157=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #39209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39209D is #C6DF62. Grayscale: #353535. Windows color (decimal): -13033315 or 10297401. OLE color: 10297401.

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

Color convert

RGB 57 32 157 -
CMYK 0.64 0.80 0 0.38
HSL 252º 0.66% 0.37% -
HSV(B) 252º 0.8% 0.62% -
XYZ 8.29 4.34 32.3 -
YUV 53.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 57 32 157 0.64 0.80 0 0.38 252 0.66 0.37
Hex 39 20 9D 40 50 0 26 FC 42 25
Octal 71 40 235 100 120 0 46 374 102 45
Binary 111001 100000 10011101 1000000 1010000 0 100110 11111100 1000010 100101

Color Harmonies of #39209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39209D

Black with #39209D

Text Example


Text Example

White with #39209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39209D;
 }
 .AnyTagClassName
 {
   color: #39209D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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