Html Css Color HEX #395797 Mariner

📋 copy color: '#395797'

red 57 ◦ green 87 ◦ blue 151

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

Shades of Mariner #395797

Tints of Mariner #395797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

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

R = 19.32%
G = 29.49%
B = 51.19%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#395797 (or 0x395797) is known color: Mariner. HEX triplet: 39, 57 and 97. RGB value is (57,87,151). Sum of RGB (Red+Green+Blue) = 57+87+151=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #395797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395797 is #C6A868. Grayscale: #555555. Windows color (decimal): -13019241 or 9918265. OLE color: 9918265.

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

Color convert

RGB 57 87 151 -
CMYK 0.62 0.42 0 0.41
HSL 220.85º 0.45% 0.41% -
HSV(B) 220.85º 0.62% 0.59% -
XYZ 10.68 9.92 30.63 -
YUV 85.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 57 87 151 0.62 0.42 0 0.41 220.85 0.45 0.41
Hex 39 57 97 3E 2A 0 29 DD 2D 29
Octal 71 127 227 76 52 0 51 335 55 51
Binary 111001 1010111 10010111 111110 101010 0 101001 11011101 101101 101001

Color Harmonies of #395797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395797

Black with #395797

Text Example


Text Example

White with #395797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395797; }

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

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

background-color css

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

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

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

border-color css

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

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

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