Html Css Color HEX #392392 Blue Gem

📋 copy color: '#392392'

red 57 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #392392

Tints of Blue Gem #392392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 23.95%
G = 14.71%
B = 61.34%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#392392 (or 0x392392) is known color: Blue Gem. HEX triplet: 39, 23 and 92. RGB value is (57,35,146). Sum of RGB (Red+Green+Blue) = 57+35+146=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #392392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392392 is #C6DC6D. Grayscale: #353535. Windows color (decimal): -13032558 or 9577273. OLE color: 9577273.

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

Color convert

RGB 57 35 146 -
CMYK 0.61 0.76 0 0.43
HSL 251.89º 0.61% 0.35% -
HSV(B) 251.89º 0.76% 0.57% -
XYZ 7.48 4.15 27.6 -
YUV 54.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 57 35 146 0.61 0.76 0 0.43 251.89 0.61 0.35
Hex 39 23 92 3D 4C 0 2B FC 3D 23
Octal 71 43 222 75 114 0 53 374 75 43
Binary 111001 100011 10010010 111101 1001100 0 101011 11111100 111101 100011

Color Harmonies of #392392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392392

Black with #392392

Text Example


Text Example

White with #392392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392392; }

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

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

background-color css

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

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

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

border-color css

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

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

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