Html Css Color HEX #395B93 Mariner

📋 copy color: '#395B93'

red 57 ◦ green 91 ◦ blue 147

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

Shades of Mariner #395B93

Tints of Mariner #395B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 19.32%
G = 30.85%
B = 49.83%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395B93 (or 0x395B93) is known color: Mariner. HEX triplet: 39, 5B and 93. RGB value is (57,91,147). Sum of RGB (Red+Green+Blue) = 57+91+147=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #395B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B93 is #C6A46C. Grayscale: #565656. Windows color (decimal): -13018221 or 9657145. OLE color: 9657145.

HSL color Cylindrical-coordinate representation of color #395B93: hue angle of 217.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395B93 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 91 147 -
CMYK 0.61 0.38 0 0.42
HSL 217.33º 0.44% 0.4% -
HSV(B) 217.33º 0.61% 0.58% -
XYZ 10.69 10.46 29.06 -
YUV 87.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 57 91 147 0.61 0.38 0 0.42 217.33 0.44 0.4
Hex 39 5B 93 3D 26 0 2A D9 2C 28
Octal 71 133 223 75 46 0 52 331 54 50
Binary 111001 1011011 10010011 111101 100110 0 101010 11011001 101100 101000

Color Harmonies of #395B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B93

Black with #395B93

Text Example


Text Example

White with #395B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,147); }

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

background-color css

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

 a { background-color: rgb(57,91,147); }

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

border-color css

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

 span { border-color: rgb(57,91,147); }

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