Html Css Color HEX #39239C Blue Gem

📋 copy color: '#39239C'

red 57 ◦ green 35 ◦ blue 156

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

Shades of Blue Gem #39239C

Tints of Blue Gem #39239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 156 (61.33% from 255) = 62.9%

R = 22.98%
G = 14.11%
B = 62.9%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39239C (or 0x39239C) is known color: Blue Gem. HEX triplet: 39, 23 and 9C. RGB value is (57,35,156). Sum of RGB (Red+Green+Blue) = 57+35+156=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #39239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39239C is #C6DC63. Grayscale: #363636. Windows color (decimal): -13032548 or 10232633. OLE color: 10232633.

HSL color Cylindrical-coordinate representation of color #39239C: hue angle of 250.91º degrees, saturation: 0.63, 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 #39239C is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 35 156 -
CMYK 0.63 0.78 0 0.39
HSL 250.91º 0.63% 0.37% -
HSV(B) 250.91º 0.78% 0.61% -
XYZ 8.29 4.47 31.88 -
YUV 55.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 57 35 156 0.63 0.78 0 0.39 250.91 0.63 0.37
Hex 39 23 9C 3F 4E 0 27 FB 3F 25
Octal 71 43 234 77 116 0 47 373 77 45
Binary 111001 100011 10011100 111111 1001110 0 100111 11111011 111111 100101

Color Harmonies of #39239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39239C

Black with #39239C

Text Example


Text Example

White with #39239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39239C; }

 p { color: rgb(57,35,156); }

 H1.HeaderClassName
 {
   color: #39239C;
 }
 .AnyTagClassName
 {
   color: #39239C;
 }
</style>

background-color css

<style>
 a { background-color: #39239C; }

 a { background-color: rgb(57,35,156); }

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

border-color css

<style>
 span { border-color: #39239C; }

 span { border-color: rgb(57,35,156); }

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