Html Css Color HEX #395DAF Mariner

📋 copy color: '#395DAF'

red 57 ◦ green 93 ◦ blue 175

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

Shades of Mariner #395DAF

Tints of Mariner #395DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 17.54%
G = 28.62%
B = 53.85%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#395DAF (or 0x395DAF) is known color: Mariner. HEX triplet: 39, 5D and AF. RGB value is (57,93,175). Sum of RGB (Red+Green+Blue) = 57+93+175=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #395DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395DAF is #C6A250. Grayscale: #5B5B5B. Windows color (decimal): -13017681 or 11492665. OLE color: 11492665.

HSL color Cylindrical-coordinate representation of color #395DAF: hue angle of 221.69º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395DAF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 93 175 -
CMYK 0.67 0.47 0 0.31
HSL 221.69º 0.51% 0.45% -
HSV(B) 221.69º 0.67% 0.69% -
XYZ 13.34 11.79 42.13 -
YUV 91.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 57 93 175 0.67 0.47 0 0.31 221.69 0.51 0.45
Hex 39 5D AF 43 2F 0 1F DE 33 2D
Octal 71 135 257 103 57 0 37 336 63 55
Binary 111001 1011101 10101111 1000011 101111 0 11111 11011110 110011 101101

Color Harmonies of #395DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DAF

Black with #395DAF

Text Example


Text Example

White with #395DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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