Html Css Color HEX #396492 Mariner

📋 copy color: '#396492'

red 57 ◦ green 100 ◦ blue 146

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

Shades of Mariner #396492

Tints of Mariner #396492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 18.81%
G = 33%
B = 48.18%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396492 (or 0x396492) is known color: Mariner. HEX triplet: 39, 64 and 92. RGB value is (57,100,146). Sum of RGB (Red+Green+Blue) = 57+100+146=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #396492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396492 is #C69B6D. Grayscale: #5C5C5C. Windows color (decimal): -13015918 or 9593913. OLE color: 9593913.

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

Color convert

RGB 57 100 146 -
CMYK 0.61 0.32 0 0.43
HSL 211.01º 0.44% 0.4% -
HSV(B) 211.01º 0.61% 0.57% -
XYZ 11.43 12.06 28.92 -
YUV 92.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 57 100 146 0.61 0.32 0 0.43 211.01 0.44 0.4
Hex 39 64 92 3D 20 0 2B D3 2C 28
Octal 71 144 222 75 40 0 53 323 54 50
Binary 111001 1100100 10010010 111101 100000 0 101011 11010011 101100 101000

Color Harmonies of #396492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396492

Black with #396492

Text Example


Text Example

White with #396492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396492; }

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

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

background-color css

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

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

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

border-color css

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

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

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