Html Css Color HEX #395FAC Mariner

📋 copy color: '#395FAC'

red 57 ◦ green 95 ◦ blue 172

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

Shades of Mariner #395FAC

Tints of Mariner #395FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

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

R = 17.59%
G = 29.32%
B = 53.09%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#395FAC (or 0x395FAC) is known color: Mariner. HEX triplet: 39, 5F and AC. RGB value is (57,95,172). Sum of RGB (Red+Green+Blue) = 57+95+172=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #395FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395FAC is #C6A053. Grayscale: #5C5C5C. Windows color (decimal): -13017172 or 11296569. OLE color: 11296569.

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

Color convert

RGB 57 95 172 -
CMYK 0.67 0.45 0 0.33
HSL 220.17º 0.5% 0.45% -
HSV(B) 220.17º 0.67% 0.67% -
XYZ 13.23 12.03 40.66 -
YUV 92.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 57 95 172 0.67 0.45 0 0.33 220.17 0.5 0.45
Hex 39 5F AC 43 2D 0 21 DC 32 2D
Octal 71 137 254 103 55 0 41 334 62 55
Binary 111001 1011111 10101100 1000011 101101 0 100001 11011100 110010 101101

Color Harmonies of #395FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FAC

Black with #395FAC

Text Example


Text Example

White with #395FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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