Html Css Color HEX #395599 Mariner

📋 copy color: '#395599'

red 57 ◦ green 85 ◦ blue 153

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

Shades of Mariner #395599

Tints of Mariner #395599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 19.32%
G = 28.81%
B = 51.86%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#395599 (or 0x395599) is known color: Mariner. HEX triplet: 39, 55 and 99. RGB value is (57,85,153). Sum of RGB (Red+Green+Blue) = 57+85+153=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #395599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395599 is #C6AA66. Grayscale: #545454. Windows color (decimal): -13019751 or 10048825. OLE color: 10048825.

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

Color convert

RGB 57 85 153 -
CMYK 0.63 0.44 0 0.4
HSL 222.5º 0.46% 0.41% -
HSV(B) 222.5º 0.63% 0.6% -
XYZ 10.69 9.67 31.44 -
YUV 84.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 57 85 153 0.63 0.44 0 0.4 222.5 0.46 0.41
Hex 39 55 99 3F 2C 0 28 DE 2E 29
Octal 71 125 231 77 54 0 50 336 56 51
Binary 111001 1010101 10011001 111111 101100 0 101000 11011110 101110 101001

Color Harmonies of #395599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395599

Black with #395599

Text Example


Text Example

White with #395599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395599; }

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

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

background-color css

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

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

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

border-color css

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

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

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