#375FAF

Color #375FAF Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #375FAF

Tints of Mariner #375FAF

Color information

#375FAF (or 0x375FAF) is unknown color: approx Mariner. HEX triplet: 37, 5F and AF. RGB value is (55,95,175). Sum of RGB (Red+Green+Blue) = 55+95+175=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 95 (37.5% from 255 or 29.23% 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 #375FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FAF is #C8A050. Grayscale: #5B5B5B. Windows color (decimal): -13148241 or 11493175. OLE color: 11493175.

HSL color Cylindrical-coordinate representation of color #375FAF: hue angle of 220º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #375FAF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5595175-
CMYK0.690.4600.31
HSL220º52.17%45.1%-
HSV(B)220º68.57%68.63%-
XYZ13.4112.0942.18-
YUV92.16174.75101.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=16.92%
G=29.23%
B=53.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55951750.690.4600.3122052.1745.1
Hex375FAF452E01Fdc342d
Octal67137257105560373346455
Binary110111101111110101111100010110111001111111011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375FAF; }

 p { color: rgb(55,95,175); }

 H1.HeaderClassName
 {
   color: #375FAF;
 }
 .AnyTagClassName
 {
   color: #375FAF;
 }
</style>
background-color css

<style>
 a { background-color: #375FAF; }

 a { background-color: rgb(55,95,175); }

 div.DivClassName
 {
   background-color: #375FAF;
 }
 .BgClassName
 {
   background-color: #375FAF;
 }
</style>
border-color css

<style>
 span { border-color: #375FAF; }

 span { border-color: rgb(55,95,175); }

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