Html Css Color HEX #392FA0 Blue Gem

📋 copy color: '#392FA0'

red 57 ◦ green 47 ◦ blue 160

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

Shades of Blue Gem #392FA0

Tints of Blue Gem #392FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.8%

 BLUE value IS 160 (62.89% from 255) = 60.61%

R = 21.59%
G = 17.8%
B = 60.61%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#392FA0 (or 0x392FA0) is known color: Blue Gem. HEX triplet: 39, 2F and A0. RGB value is (57,47,160). Sum of RGB (Red+Green+Blue) = 57+47+160=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #392FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392FA0 is #C6D05F. Grayscale: #3E3E3E. Windows color (decimal): -13029472 or 10497849. OLE color: 10497849.

HSL color Cylindrical-coordinate representation of color #392FA0: hue angle of 245.31º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392FA0 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 57 47 160 -
CMYK 0.64 0.71 0 0.37
HSL 245.31º 0.55% 0.41% -
HSV(B) 245.31º 0.71% 0.63% -
XYZ 9.05 5.44 33.83 -
YUV 62.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 57 47 160 0.64 0.71 0 0.37 245.31 0.55 0.41
Hex 39 2F A0 40 47 0 25 F5 37 29
Octal 71 57 240 100 107 0 45 365 67 51
Binary 111001 101111 10100000 1000000 1000111 0 100101 11110101 110111 101001

Color Harmonies of #392FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392FA0

Black with #392FA0

Text Example


Text Example

White with #392FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392FA0; }

 p { color: rgb(57,47,160); }

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

background-color css

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

 a { background-color: rgb(57,47,160); }

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

border-color css

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

 span { border-color: rgb(57,47,160); }

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