Html Css Color HEX #39249C Blue Gem

📋 copy color: '#39249C'

red 57 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #39249C

Tints of Blue Gem #39249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

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

R = 22.89%
G = 14.46%
B = 62.65%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39249C (or 0x39249C) is known color: Blue Gem. HEX triplet: 39, 24 and 9C. RGB value is (57,36,156). Sum of RGB (Red+Green+Blue) = 57+36+156=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #39249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39249C is #C6DB63. Grayscale: #373737. Windows color (decimal): -13032292 or 10232889. OLE color: 10232889.

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

Color convert

RGB 57 36 156 -
CMYK 0.63 0.77 0 0.39
HSL 250.5º 0.63% 0.38% -
HSV(B) 250.5º 0.77% 0.61% -
XYZ 8.32 4.53 31.89 -
YUV 55.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 57 36 156 0.63 0.77 0 0.39 250.5 0.63 0.38
Hex 39 24 9C 3F 4D 0 27 FB 3E 26
Octal 71 44 234 77 115 0 47 373 76 46
Binary 111001 100100 10011100 111111 1001101 0 100111 11111011 111110 100110

Color Harmonies of #39249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39249C

Black with #39249C

Text Example


Text Example

White with #39249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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