#375C9A

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

Shades of Mariner #375C9A

Tints of Mariner #375C9A

Color information

#375C9A (or 0x375C9A) is unknown color: approx Mariner. HEX triplet: 37, 5C and 9A. RGB value is (55,92,154). Sum of RGB (Red+Green+Blue) = 55+92+154=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #375C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C9A is #C8A365. Grayscale: #575757. Windows color (decimal): -13149030 or 10116151. OLE color: 10116151.

HSL color Cylindrical-coordinate representation of color #375C9A: hue angle of 217.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375C9A is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5592154-
CMYK0.640.4000.40
HSL217.58º47.37%40.98%-
HSV(B)217.58º64.29%60.39%-
XYZ11.2410.832.06-
YUV88165.24104.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=18.27%
G=30.56%
B=51.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55921540.640.4000.40217.5847.3740.98
Hex375C9A4028028da2f29
Octal67134232100500503325751
Binary1101111011100100110101000000101000010100011011010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,92,154); }

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

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

 a { background-color: rgb(55,92,154); }

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

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

 span { border-color: rgb(55,92,154); }

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