Html Css Color HEX #392099 Blue Gem

📋 copy color: '#392099'

red 57 ◦ green 32 ◦ blue 153

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

Shades of Blue Gem #392099

Tints of Blue Gem #392099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 23.55%
G = 13.22%
B = 63.22%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#392099 (or 0x392099) is known color: Blue Gem. HEX triplet: 39, 20 and 99. RGB value is (57,32,153). Sum of RGB (Red+Green+Blue) = 57+32+153=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #392099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392099 is #C6DF66. Grayscale: #343434. Windows color (decimal): -13033319 or 10035257. OLE color: 10035257.

HSL color Cylindrical-coordinate representation of color #392099: hue angle of 252.4º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392099 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 32 153 -
CMYK 0.63 0.79 0 0.4
HSL 252.4º 0.65% 0.36% -
HSV(B) 252.4º 0.79% 0.6% -
XYZ 7.95 4.2 30.53 -
YUV 53.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 57 32 153 0.63 0.79 0 0.4 252.4 0.65 0.36
Hex 39 20 99 3F 4F 0 28 FC 41 24
Octal 71 40 231 77 117 0 50 374 101 44
Binary 111001 100000 10011001 111111 1001111 0 101000 11111100 1000001 100100

Color Harmonies of #392099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392099

Black with #392099

Text Example


Text Example

White with #392099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392099; }

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

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

background-color css

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

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

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

border-color css

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

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

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