Html Css Color HEX #395F9E Mariner

📋 copy color: '#395F9E'

red 57 ◦ green 95 ◦ blue 158

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

Shades of Mariner #395F9E

Tints of Mariner #395F9E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 18.39%
G = 30.65%
B = 50.97%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#395F9E (or 0x395F9E) is known color: Mariner. HEX triplet: 39, 5F and 9E. RGB value is (57,95,158). Sum of RGB (Red+Green+Blue) = 57+95+158=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #395F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F9E is #C6A061. Grayscale: #5A5A5A. Windows color (decimal): -13017186 or 10379065. OLE color: 10379065.

HSL color Cylindrical-coordinate representation of color #395F9E: hue angle of 217.43º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #395F9E is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 95 158 -
CMYK 0.64 0.40 0 0.38
HSL 217.43º 0.47% 0.42% -
HSV(B) 217.43º 0.64% 0.62% -
XYZ 11.95 11.52 33.94 -
YUV 90.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 57 95 158 0.64 0.40 0 0.38 217.43 0.47 0.42
Hex 39 5F 9E 40 28 0 26 D9 2F 2A
Octal 71 137 236 100 50 0 46 331 57 52
Binary 111001 1011111 10011110 1000000 101000 0 100110 11011001 101111 101010

Color Harmonies of #395F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F9E

Black with #395F9E

Text Example


Text Example

White with #395F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,158); }

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

background-color css

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

 a { background-color: rgb(57,95,158); }

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

border-color css

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

 span { border-color: rgb(57,95,158); }

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