Html Css Color HEX #396199 Mariner

📋 copy color: '#396199'

red 57 ◦ green 97 ◦ blue 153

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

Shades of Mariner #396199

Tints of Mariner #396199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 18.57%
G = 31.6%
B = 49.84%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396199 (or 0x396199) is known color: Mariner. HEX triplet: 39, 61 and 99. RGB value is (57,97,153). Sum of RGB (Red+Green+Blue) = 57+97+153=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #396199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396199 is #C69E66. Grayscale: #5B5B5B. Windows color (decimal): -13016679 or 10051897. OLE color: 10051897.

HSL color Cylindrical-coordinate representation of color #396199: hue angle of 215º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396199 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 97 153 -
CMYK 0.63 0.37 0 0.4
HSL 215º 0.46% 0.41% -
HSV(B) 215º 0.63% 0.6% -
XYZ 11.71 11.72 31.78 -
YUV 91.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 57 97 153 0.63 0.37 0 0.4 215 0.46 0.41
Hex 39 61 99 3F 25 0 28 D7 2E 29
Octal 71 141 231 77 45 0 50 327 56 51
Binary 111001 1100001 10011001 111111 100101 0 101000 11010111 101110 101001

Color Harmonies of #396199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396199

Black with #396199

Text Example


Text Example

White with #396199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396199; }

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

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

background-color css

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

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

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

border-color css

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

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

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