Html Css Color HEX #395D99 Mariner

📋 copy color: '#395D99'

red 57 ◦ green 93 ◦ blue 153

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

Shades of Mariner #395D99

Tints of Mariner #395D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 18.81%
G = 30.69%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#395D99 (or 0x395D99) is known color: Mariner. HEX triplet: 39, 5D and 99. RGB value is (57,93,153). Sum of RGB (Red+Green+Blue) = 57+93+153=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #395D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D99 is #C6A266. Grayscale: #585858. Windows color (decimal): -13017703 or 10050873. OLE color: 10050873.

HSL color Cylindrical-coordinate representation of color #395D99: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395D99 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 93 153 -
CMYK 0.63 0.39 0 0.4
HSL 217.5º 0.46% 0.41% -
HSV(B) 217.5º 0.63% 0.6% -
XYZ 11.35 11 31.66 -
YUV 89.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 57 93 153 0.63 0.39 0 0.4 217.5 0.46 0.41
Hex 39 5D 99 3F 27 0 28 DA 2E 29
Octal 71 135 231 77 47 0 50 332 56 51
Binary 111001 1011101 10011001 111111 100111 0 101000 11011010 101110 101001

Color Harmonies of #395D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D99

Black with #395D99

Text Example


Text Example

White with #395D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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