Html Css Color HEX #395799 Mariner

📋 copy color: '#395799'

red 57 ◦ green 87 ◦ blue 153

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

Shades of Mariner #395799

Tints of Mariner #395799

RGB

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

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

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

R = 19.19%
G = 29.29%
B = 51.52%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#395799 (or 0x395799) is known color: Mariner. HEX triplet: 39, 57 and 99. RGB value is (57,87,153). Sum of RGB (Red+Green+Blue) = 57+87+153=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #395799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395799 is #C6A866. Grayscale: #555555. Windows color (decimal): -13019239 or 10049337. OLE color: 10049337.

HSL color Cylindrical-coordinate representation of color #395799: hue angle of 221.25º 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 #395799 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 87 153 -
CMYK 0.63 0.43 0 0.4
HSL 221.25º 0.46% 0.41% -
HSV(B) 221.25º 0.63% 0.6% -
XYZ 10.85 9.99 31.49 -
YUV 85.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 57 87 153 0.63 0.43 0 0.4 221.25 0.46 0.41
Hex 39 57 99 3F 2B 0 28 DD 2E 29
Octal 71 127 231 77 53 0 50 335 56 51
Binary 111001 1010111 10011001 111111 101011 0 101000 11011101 101110 101001

Color Harmonies of #395799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395799

Black with #395799

Text Example


Text Example

White with #395799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395799; }

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

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

background-color css

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

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

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

border-color css

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

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

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