Html Css Color HEX #396296 Mariner

📋 copy color: '#396296'

red 57 ◦ green 98 ◦ blue 150

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

Shades of Mariner #396296

Tints of Mariner #396296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

 BLUE value IS 150 (58.98% from 255) = 49.18%

R = 18.69%
G = 32.13%
B = 49.18%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#396296 (or 0x396296) is known color: Mariner. HEX triplet: 39, 62 and 96. RGB value is (57,98,150). Sum of RGB (Red+Green+Blue) = 57+98+150=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #396296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396296 is #C69D69. Grayscale: #5B5B5B. Windows color (decimal): -13016426 or 9855545. OLE color: 9855545.

HSL color Cylindrical-coordinate representation of color #396296: hue angle of 213.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396296 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 98 150 -
CMYK 0.62 0.35 0 0.41
HSL 213.55º 0.45% 0.41% -
HSV(B) 213.55º 0.62% 0.59% -
XYZ 11.56 11.81 30.52 -
YUV 91.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 57 98 150 0.62 0.35 0 0.41 213.55 0.45 0.41
Hex 39 62 96 3E 23 0 29 D6 2D 29
Octal 71 142 226 76 43 0 51 326 55 51
Binary 111001 1100010 10010110 111110 100011 0 101001 11010110 101101 101001

Color Harmonies of #396296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396296

Black with #396296

Text Example


Text Example

White with #396296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396296; }

 p { color: rgb(57,98,150); }

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

background-color css

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

 a { background-color: rgb(57,98,150); }

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

border-color css

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

 span { border-color: rgb(57,98,150); }

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