Html Css Color HEX #395EA6 Mariner

📋 copy color: '#395EA6'

red 57 ◦ green 94 ◦ blue 166

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

Shades of Mariner #395EA6

Tints of Mariner #395EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 166 (65.23% from 255) = 52.37%

R = 17.98%
G = 29.65%
B = 52.37%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#395EA6 (or 0x395EA6) is known color: Mariner. HEX triplet: 39, 5E and A6. RGB value is (57,94,166). Sum of RGB (Red+Green+Blue) = 57+94+166=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #395EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395EA6 is #C6A159. Grayscale: #5A5A5A. Windows color (decimal): -13017434 or 10903097. OLE color: 10903097.

HSL color Cylindrical-coordinate representation of color #395EA6: hue angle of 219.63º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #395EA6 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 94 166 -
CMYK 0.66 0.43 0 0.35
HSL 219.63º 0.49% 0.44% -
HSV(B) 219.63º 0.66% 0.65% -
XYZ 12.57 11.63 37.66 -
YUV 91.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 57 94 166 0.66 0.43 0 0.35 219.63 0.49 0.44
Hex 39 5E A6 42 2B 0 23 DC 31 2C
Octal 71 136 246 102 53 0 43 334 61 54
Binary 111001 1011110 10100110 1000010 101011 0 100011 11011100 110001 101100

Color Harmonies of #395EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395EA6

Black with #395EA6

Text Example


Text Example

White with #395EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395EA6; }

 p { color: rgb(57,94,166); }

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

background-color css

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

 a { background-color: rgb(57,94,166); }

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

border-color css

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

 span { border-color: rgb(57,94,166); }

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