Html Css Color HEX #396193 Mariner

📋 copy color: '#396193'

red 57 ◦ green 97 ◦ blue 147

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

Shades of Mariner #396193

Tints of Mariner #396193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 18.94%
G = 32.23%
B = 48.84%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396193 (or 0x396193) is known color: Mariner. HEX triplet: 39, 61 and 93. RGB value is (57,97,147). Sum of RGB (Red+Green+Blue) = 57+97+147=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #396193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396193 is #C69E6C. Grayscale: #5A5A5A. Windows color (decimal): -13016685 or 9658681. OLE color: 9658681.

HSL color Cylindrical-coordinate representation of color #396193: hue angle of 213.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 #396193 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 97 147 -
CMYK 0.61 0.34 0 0.42
HSL 213.33º 0.44% 0.4% -
HSV(B) 213.33º 0.61% 0.58% -
XYZ 11.23 11.53 29.24 -
YUV 90.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 57 97 147 0.61 0.34 0 0.42 213.33 0.44 0.4
Hex 39 61 93 3D 22 0 2A D5 2C 28
Octal 71 141 223 75 42 0 52 325 54 50
Binary 111001 1100001 10010011 111101 100010 0 101010 11010101 101100 101000

Color Harmonies of #396193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396193

Black with #396193

Text Example


Text Example

White with #396193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396193; }

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

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

background-color css

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

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

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

border-color css

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

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

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