Html Css Color HEX #395D9E Mariner

📋 copy color: '#395D9E'

red 57 ◦ green 93 ◦ blue 158

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

Shades of Mariner #395D9E

Tints of Mariner #395D9E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

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

R = 18.51%
G = 30.19%
B = 51.3%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#395D9E (or 0x395D9E) is known color: Mariner. HEX triplet: 39, 5D and 9E. RGB value is (57,93,158). Sum of RGB (Red+Green+Blue) = 57+93+158=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #395D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D9E is #C6A261. Grayscale: #595959. Windows color (decimal): -13017698 or 10378553. OLE color: 10378553.

HSL color Cylindrical-coordinate representation of color #395D9E: hue angle of 218.61º 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 #395D9E is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 93 158 -
CMYK 0.64 0.41 0 0.38
HSL 218.61º 0.47% 0.42% -
HSV(B) 218.61º 0.64% 0.62% -
XYZ 11.77 11.17 33.88 -
YUV 89.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 57 93 158 0.64 0.41 0 0.38 218.61 0.47 0.42
Hex 39 5D 9E 40 29 0 26 DB 2F 2A
Octal 71 135 236 100 51 0 46 333 57 52
Binary 111001 1011101 10011110 1000000 101001 0 100110 11011011 101111 101010

Color Harmonies of #395D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D9E

Black with #395D9E

Text Example


Text Example

White with #395D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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