Html Css Color HEX #396297 Mariner

📋 copy color: '#396297'

red 57 ◦ green 98 ◦ blue 151

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

Shades of Mariner #396297

Tints of Mariner #396297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 18.63%
G = 32.03%
B = 49.35%

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

#396297 (or 0x396297) is known color: Mariner. HEX triplet: 39, 62 and 97. RGB value is (57,98,151). Sum of RGB (Red+Green+Blue) = 57+98+151=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #396297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396297 is #C69D68. Grayscale: #5B5B5B. Windows color (decimal): -13016425 or 9921081. OLE color: 9921081.

HSL color Cylindrical-coordinate representation of color #396297: hue angle of 213.83º 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 #396297 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 98 151 -
CMYK 0.62 0.35 0 0.41
HSL 213.83º 0.45% 0.41% -
HSV(B) 213.83º 0.62% 0.59% -
XYZ 11.64 11.84 30.95 -
YUV 91.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 57 98 151 0.62 0.35 0 0.41 213.83 0.45 0.41
Hex 39 62 97 3E 23 0 29 D6 2D 29
Octal 71 142 227 76 43 0 51 326 55 51
Binary 111001 1100010 10010111 111110 100011 0 101001 11010110 101101 101001

Color Harmonies of #396297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396297

Black with #396297

Text Example


Text Example

White with #396297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396297; }

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

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

background-color css

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

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

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

border-color css

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

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

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