Html Css Color HEX #392497 Blue Gem

📋 copy color: '#392497'

red 57 ◦ green 36 ◦ blue 151

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

Shades of Blue Gem #392497

Tints of Blue Gem #392497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.89%

R = 23.36%
G = 14.75%
B = 61.89%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#392497 (or 0x392497) is known color: Blue Gem. HEX triplet: 39, 24 and 97. RGB value is (57,36,151). Sum of RGB (Red+Green+Blue) = 57+36+151=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #392497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392497 is #C6DB68. Grayscale: #363636. Windows color (decimal): -13032297 or 9905209. OLE color: 9905209.

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

Color convert

RGB 57 36 151 -
CMYK 0.62 0.76 0 0.41
HSL 250.96º 0.61% 0.37% -
HSV(B) 250.96º 0.76% 0.59% -
XYZ 7.9 4.37 29.7 -
YUV 55.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 57 36 151 0.62 0.76 0 0.41 250.96 0.61 0.37
Hex 39 24 97 3E 4C 0 29 FB 3D 25
Octal 71 44 227 76 114 0 51 373 75 45
Binary 111001 100100 10010111 111110 1001100 0 101001 11111011 111101 100101

Color Harmonies of #392497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392497

Black with #392497

Text Example


Text Example

White with #392497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392497; }

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

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

background-color css

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

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

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

border-color css

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

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

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