Html Css Color HEX #396493 Mariner

📋 copy color: '#396493'

red 57 ◦ green 100 ◦ blue 147

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

Shades of Mariner #396493

Tints of Mariner #396493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 18.75%
G = 32.89%
B = 48.36%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396493 (or 0x396493) is known color: Mariner. HEX triplet: 39, 64 and 93. RGB value is (57,100,147). Sum of RGB (Red+Green+Blue) = 57+100+147=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #396493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396493 is #C69B6C. Grayscale: #5C5C5C. Windows color (decimal): -13015917 or 9659449. OLE color: 9659449.

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

Color convert

RGB 57 100 147 -
CMYK 0.61 0.32 0 0.42
HSL 211.33º 0.44% 0.4% -
HSV(B) 211.33º 0.61% 0.58% -
XYZ 11.51 12.09 29.33 -
YUV 92.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 57 100 147 0.61 0.32 0 0.42 211.33 0.44 0.4
Hex 39 64 93 3D 20 0 2A D3 2C 28
Octal 71 144 223 75 40 0 52 323 54 50
Binary 111001 1100100 10010011 111101 100000 0 101010 11010011 101100 101000

Color Harmonies of #396493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396493

Black with #396493

Text Example


Text Example

White with #396493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396493; }

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

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

background-color css

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

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

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

border-color css

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

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

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