Html Css Color HEX #392898 Blue Gem

📋 copy color: '#392898'

red 57 ◦ green 40 ◦ blue 152

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

Shades of Blue Gem #392898

Tints of Blue Gem #392898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 22.89%
G = 16.06%
B = 61.04%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#392898 (or 0x392898) is known color: Blue Gem. HEX triplet: 39, 28 and 98. RGB value is (57,40,152). Sum of RGB (Red+Green+Blue) = 57+40+152=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #392898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392898 is #C6D767. Grayscale: #393939. Windows color (decimal): -13031272 or 9971769. OLE color: 9971769.

HSL color Cylindrical-coordinate representation of color #392898: hue angle of 249.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392898 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 40 152 -
CMYK 0.62 0.74 0 0.40
HSL 249.11º 0.58% 0.38% -
HSV(B) 249.11º 0.74% 0.6% -
XYZ 8.11 4.65 30.18 -
YUV 57.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 57 40 152 0.62 0.74 0 0.40 249.11 0.58 0.38
Hex 39 28 98 3E 4A 0 28 F9 3A 26
Octal 71 50 230 76 112 0 50 371 72 46
Binary 111001 101000 10011000 111110 1001010 0 101000 11111001 111010 100110

Color Harmonies of #392898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392898

Black with #392898

Text Example


Text Example

White with #392898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392898; }

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

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

background-color css

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

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

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

border-color css

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

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

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