Html Css Color HEX #395DAB Mariner

📋 copy color: '#395DAB'

red 57 ◦ green 93 ◦ blue 171

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

Shades of Mariner #395DAB

Tints of Mariner #395DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 17.76%
G = 28.97%
B = 53.27%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#395DAB (or 0x395DAB) is known color: Mariner. HEX triplet: 39, 5D and AB. RGB value is (57,93,171). Sum of RGB (Red+Green+Blue) = 57+93+171=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #395DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395DAB is #C6A254. Grayscale: #5A5A5A. Windows color (decimal): -13017685 or 11230521. OLE color: 11230521.

HSL color Cylindrical-coordinate representation of color #395DAB: hue angle of 221.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395DAB is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 93 171 -
CMYK 0.67 0.46 0 0.33
HSL 221.05º 0.5% 0.45% -
HSV(B) 221.05º 0.67% 0.67% -
XYZ 12.95 11.64 40.09 -
YUV 91.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 57 93 171 0.67 0.46 0 0.33 221.05 0.5 0.45
Hex 39 5D AB 43 2E 0 21 DD 32 2D
Octal 71 135 253 103 56 0 41 335 62 55
Binary 111001 1011101 10101011 1000011 101110 0 100001 11011101 110010 101101

Color Harmonies of #395DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DAB

Black with #395DAB

Text Example


Text Example

White with #395DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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