Html Css Color HEX #39249F Blue Gem

📋 copy color: '#39249F'

red 57 ◦ green 36 ◦ blue 159

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

Shades of Blue Gem #39249F

Tints of Blue Gem #39249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.1%

R = 22.62%
G = 14.29%
B = 63.1%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39249F (or 0x39249F) is known color: Blue Gem. HEX triplet: 39, 24 and 9F. RGB value is (57,36,159). Sum of RGB (Red+Green+Blue) = 57+36+159=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #39249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39249F is #C6DB60. Grayscale: #373737. Windows color (decimal): -13032289 or 10429497. OLE color: 10429497.

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

Color convert

RGB 57 36 159 -
CMYK 0.64 0.77 0 0.38
HSL 250.24º 0.63% 0.38% -
HSV(B) 250.24º 0.77% 0.62% -
XYZ 8.58 4.63 33.24 -
YUV 56.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 57 36 159 0.64 0.77 0 0.38 250.24 0.63 0.38
Hex 39 24 9F 40 4D 0 26 FA 3F 26
Octal 71 44 237 100 115 0 46 372 77 46
Binary 111001 100100 10011111 1000000 1001101 0 100110 11111010 111111 100110

Color Harmonies of #39249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39249F

Black with #39249F

Text Example


Text Example

White with #39249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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