Html Css Color HEX #395C93 Mariner

📋 copy color: '#395C93'

red 57 ◦ green 92 ◦ blue 147

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

Shades of Mariner #395C93

Tints of Mariner #395C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

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

R = 19.26%
G = 31.08%
B = 49.66%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395C93 (or 0x395C93) is known color: Mariner. HEX triplet: 39, 5C and 93. RGB value is (57,92,147). Sum of RGB (Red+Green+Blue) = 57+92+147=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #395C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C93 is #C6A36C. Grayscale: #575757. Windows color (decimal): -13017965 or 9657401. OLE color: 9657401.

HSL color Cylindrical-coordinate representation of color #395C93: hue angle of 216.67º 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 #395C93 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 92 147 -
CMYK 0.61 0.37 0 0.42
HSL 216.67º 0.44% 0.4% -
HSV(B) 216.67º 0.61% 0.58% -
XYZ 10.78 10.63 29.09 -
YUV 87.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 57 92 147 0.61 0.37 0 0.42 216.67 0.44 0.4
Hex 39 5C 93 3D 25 0 2A D9 2C 28
Octal 71 134 223 75 45 0 52 331 54 50
Binary 111001 1011100 10010011 111101 100101 0 101010 11011001 101100 101000

Color Harmonies of #395C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C93

Black with #395C93

Text Example


Text Example

White with #395C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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