Html Css Color HEX #392492 Blue Gem

📋 copy color: '#392492'

red 57 ◦ green 36 ◦ blue 146

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

Shades of Blue Gem #392492

Tints of Blue Gem #392492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 23.85%
G = 15.06%
B = 61.09%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#392492 (or 0x392492) is known color: Blue Gem. HEX triplet: 39, 24 and 92. RGB value is (57,36,146). Sum of RGB (Red+Green+Blue) = 57+36+146=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #392492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392492 is #C6DB6D. Grayscale: #363636. Windows color (decimal): -13032302 or 9577529. OLE color: 9577529.

HSL color Cylindrical-coordinate representation of color #392492: hue angle of 251.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392492 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 36 146 -
CMYK 0.61 0.75 0 0.43
HSL 251.45º 0.6% 0.36% -
HSV(B) 251.45º 0.75% 0.57% -
XYZ 7.51 4.21 27.61 -
YUV 54.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 57 36 146 0.61 0.75 0 0.43 251.45 0.6 0.36
Hex 39 24 92 3D 4B 0 2B FB 3C 24
Octal 71 44 222 75 113 0 53 373 74 44
Binary 111001 100100 10010010 111101 1001011 0 101011 11111011 111100 100100

Color Harmonies of #392492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392492

Black with #392492

Text Example


Text Example

White with #392492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392492; }

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

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

background-color css

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

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

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

border-color css

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

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

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