Html Css Color HEX #392098 Blue Gem

📋 copy color: '#392098'

red 57 ◦ green 32 ◦ blue 152

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

Shades of Blue Gem #392098

Tints of Blue Gem #392098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 23.65%
G = 13.28%
B = 63.07%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#392098 (or 0x392098) is known color: Blue Gem. HEX triplet: 39, 20 and 98. RGB value is (57,32,152). Sum of RGB (Red+Green+Blue) = 57+32+152=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #392098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392098 is #C6DF67. Grayscale: #343434. Windows color (decimal): -13033320 or 9969721. OLE color: 9969721.

HSL color Cylindrical-coordinate representation of color #392098: hue angle of 252.5º 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 #392098 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 32 152 -
CMYK 0.62 0.79 0 0.40
HSL 252.5º 0.65% 0.36% -
HSV(B) 252.5º 0.79% 0.6% -
XYZ 7.87 4.17 30.1 -
YUV 53.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 57 32 152 0.62 0.79 0 0.40 252.5 0.65 0.36
Hex 39 20 98 3E 4F 0 28 FD 41 24
Octal 71 40 230 76 117 0 50 375 101 44
Binary 111001 100000 10011000 111110 1001111 0 101000 11111101 1000001 100100

Color Harmonies of #392098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392098

Black with #392098

Text Example


Text Example

White with #392098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392098; }

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

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

background-color css

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

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

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

border-color css

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

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

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