Html Css Color HEX #395995 Mariner

📋 copy color: '#395995'

red 57 ◦ green 89 ◦ blue 149

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

Shades of Mariner #395995

Tints of Mariner #395995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 19.32%
G = 30.17%
B = 50.51%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395995 (or 0x395995) is known color: Mariner. HEX triplet: 39, 59 and 95. RGB value is (57,89,149). Sum of RGB (Red+Green+Blue) = 57+89+149=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #395995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395995 is #C6A66A. Grayscale: #565656. Windows color (decimal): -13018731 or 9787705. OLE color: 9787705.

HSL color Cylindrical-coordinate representation of color #395995: hue angle of 219.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395995 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 89 149 -
CMYK 0.62 0.40 0 0.42
HSL 219.13º 0.45% 0.4% -
HSV(B) 219.13º 0.62% 0.58% -
XYZ 10.68 10.18 29.84 -
YUV 86.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 57 89 149 0.62 0.40 0 0.42 219.13 0.45 0.4
Hex 39 59 95 3E 28 0 2A DB 2D 28
Octal 71 131 225 76 50 0 52 333 55 50
Binary 111001 1011001 10010101 111110 101000 0 101010 11011011 101101 101000

Color Harmonies of #395995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395995

Black with #395995

Text Example


Text Example

White with #395995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395995; }

 p { color: rgb(57,89,149); }

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

background-color css

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

 a { background-color: rgb(57,89,149); }

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

border-color css

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

 span { border-color: rgb(57,89,149); }

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