Html Css Color HEX #395998 Mariner

📋 copy color: '#395998'

red 57 ◦ green 89 ◦ blue 152

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

Shades of Mariner #395998

Tints of Mariner #395998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.01%

R = 19.13%
G = 29.87%
B = 51.01%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#395998 (or 0x395998) is known color: Mariner. HEX triplet: 39, 59 and 98. RGB value is (57,89,152). Sum of RGB (Red+Green+Blue) = 57+89+152=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #395998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395998 is #C6A667. Grayscale: #565656. Windows color (decimal): -13018728 or 9984313. OLE color: 9984313.

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

Color convert

RGB 57 89 152 -
CMYK 0.62 0.41 0 0.40
HSL 219.79º 0.45% 0.41% -
HSV(B) 219.79º 0.63% 0.6% -
XYZ 10.93 10.28 31.11 -
YUV 86.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 57 89 152 0.62 0.41 0 0.40 219.79 0.45 0.41
Hex 39 59 98 3E 29 0 28 DC 2D 29
Octal 71 131 230 76 51 0 50 334 55 51
Binary 111001 1011001 10011000 111110 101001 0 101000 11011100 101101 101001

Color Harmonies of #395998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395998

Black with #395998

Text Example


Text Example

White with #395998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395998; }

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

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

background-color css

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

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

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

border-color css

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

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

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