Html Css Color HEX #395DAC Mariner

📋 copy color: '#395DAC'

red 57 ◦ green 93 ◦ blue 172

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

Shades of Mariner #395DAC

Tints of Mariner #395DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 17.7%
G = 28.88%
B = 53.42%

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

#395DAC (or 0x395DAC) is known color: Mariner. HEX triplet: 39, 5D and AC. RGB value is (57,93,172). Sum of RGB (Red+Green+Blue) = 57+93+172=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #395DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395DAC is #C6A253. Grayscale: #5A5A5A. Windows color (decimal): -13017684 or 11296057. OLE color: 11296057.

HSL color Cylindrical-coordinate representation of color #395DAC: hue angle of 221.22º 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 #395DAC is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 93 172 -
CMYK 0.67 0.46 0 0.33
HSL 221.22º 0.5% 0.45% -
HSV(B) 221.22º 0.67% 0.67% -
XYZ 13.05 11.68 40.6 -
YUV 91.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 57 93 172 0.67 0.46 0 0.33 221.22 0.5 0.45
Hex 39 5D AC 43 2E 0 21 DD 32 2D
Octal 71 135 254 103 56 0 41 335 62 55
Binary 111001 1011101 10101100 1000011 101110 0 100001 11011101 110010 101101

Color Harmonies of #395DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DAC

Black with #395DAC

Text Example


Text Example

White with #395DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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