Html Css Color HEX #392EA2 Blue Gem

📋 copy color: '#392EA2'

red 57 ◦ green 46 ◦ blue 162

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

Shades of Blue Gem #392EA2

Tints of Blue Gem #392EA2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.36%

 BLUE value IS 162 (63.67% from 255) = 61.13%

R = 21.51%
G = 17.36%
B = 61.13%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#392EA2 (or 0x392EA2) is known color: Blue Gem. HEX triplet: 39, 2E and A2. RGB value is (57,46,162). Sum of RGB (Red+Green+Blue) = 57+46+162=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 162 (63.67% from 255 or 61.13% from 265); Max value from RGB is 162 - color contains mainly: blue. Hex color #392EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EA2 is #C6D15D. Grayscale: #3E3E3E. Windows color (decimal): -13029726 or 10628665. OLE color: 10628665.

HSL color Cylindrical-coordinate representation of color #392EA2: hue angle of 245.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392EA2 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 57 46 162 -
CMYK 0.65 0.72 0 0.36
HSL 245.69º 0.56% 0.41% -
HSV(B) 245.69º 0.72% 0.64% -
XYZ 9.19 5.43 34.75 -
YUV 62.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 57 46 162 0.65 0.72 0 0.36 245.69 0.56 0.41
Hex 39 2E A2 41 48 0 24 F6 38 29
Octal 71 56 242 101 110 0 44 366 70 51
Binary 111001 101110 10100010 1000001 1001000 0 100100 11110110 111000 101001

Color Harmonies of #392EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392EA2

Black with #392EA2

Text Example


Text Example

White with #392EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,46,162); }

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

background-color css

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

 a { background-color: rgb(57,46,162); }

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

border-color css

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

 span { border-color: rgb(57,46,162); }

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