#375FAE

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

Shades of Mariner #375FAE

Tints of Mariner #375FAE

Color information

#375FAE (or 0x375FAE) is unknown color: approx Mariner. HEX triplet: 37, 5F and AE. RGB value is (55,95,174). Sum of RGB (Red+Green+Blue) = 55+95+174=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #375FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FAE is #C8A051. Grayscale: #5B5B5B. Windows color (decimal): -13148242 or 11427639. OLE color: 11427639.

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

Color convert

RGB5595174-
CMYK0.680.4500.32
HSL219.83º51.97%44.9%-
HSV(B)219.83º68.39%68.24%-
XYZ13.3112.0541.67-
YUV92.05174.25101.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=16.98%
G=29.32%
B=53.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55951740.680.4500.32219.8351.9744.9
Hex375FAE442D020dc342d
Octal67137256104550403346455
Binary1101111011111101011101000100101101010000011011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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