Html Css Color HEX #392495 Blue Gem

📋 copy color: '#392495'

red 57 ◦ green 36 ◦ blue 149

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

Shades of Blue Gem #392495

Tints of Blue Gem #392495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 23.55%
G = 14.88%
B = 61.57%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392495 (or 0x392495) is known color: Blue Gem. HEX triplet: 39, 24 and 95. RGB value is (57,36,149). Sum of RGB (Red+Green+Blue) = 57+36+149=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #392495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392495 is #C6DB6A. Grayscale: #363636. Windows color (decimal): -13032299 or 9774137. OLE color: 9774137.

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

Color convert

RGB 57 36 149 -
CMYK 0.62 0.76 0 0.42
HSL 251.15º 0.61% 0.36% -
HSV(B) 251.15º 0.76% 0.58% -
XYZ 7.74 4.3 28.86 -
YUV 55.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 57 36 149 0.62 0.76 0 0.42 251.15 0.61 0.36
Hex 39 24 95 3E 4C 0 2A FB 3D 24
Octal 71 44 225 76 114 0 52 373 75 44
Binary 111001 100100 10010101 111110 1001100 0 101010 11111011 111101 100100

Color Harmonies of #392495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392495

Black with #392495

Text Example


Text Example

White with #392495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392495; }

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

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

background-color css

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

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

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

border-color css

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

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

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