Html Css Color HEX #392494 Blue Gem

📋 copy color: '#392494'

red 57 ◦ green 36 ◦ blue 148

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

Shades of Blue Gem #392494

Tints of Blue Gem #392494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 23.65%
G = 14.94%
B = 61.41%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392494 (or 0x392494) is known color: Blue Gem. HEX triplet: 39, 24 and 94. RGB value is (57,36,148). Sum of RGB (Red+Green+Blue) = 57+36+148=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #392494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392494 is #C6DB6B. Grayscale: #363636. Windows color (decimal): -13032300 or 9708601. OLE color: 9708601.

HSL color Cylindrical-coordinate representation of color #392494: hue angle of 251.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392494 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 36 148 -
CMYK 0.61 0.76 0 0.42
HSL 251.25º 0.61% 0.36% -
HSV(B) 251.25º 0.76% 0.58% -
XYZ 7.66 4.27 28.44 -
YUV 55.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 57 36 148 0.61 0.76 0 0.42 251.25 0.61 0.36
Hex 39 24 94 3D 4C 0 2A FB 3D 24
Octal 71 44 224 75 114 0 52 373 75 44
Binary 111001 100100 10010100 111101 1001100 0 101010 11111011 111101 100100

Color Harmonies of #392494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392494

Black with #392494

Text Example


Text Example

White with #392494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392494; }

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

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

background-color css

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

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

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

border-color css

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

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

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