#375D88

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

Shades of Matisse #375D88

Tints of Matisse #375D88

Color information

#375D88 (or 0x375D88) is unknown color: approx Matisse. HEX triplet: 37, 5D and 88. RGB value is (55,93,136). Sum of RGB (Red+Green+Blue) = 55+93+136=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #375D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D88 is #C8A277. Grayscale: #565656. Windows color (decimal): -13148792 or 8936759. OLE color: 8936759.

HSL color Cylindrical-coordinate representation of color #375D88: hue angle of 211.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375D88 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5593136-
CMYK0.600.3200.47
HSL211.85º42.41%37.45%-
HSV(B)211.85º59.56%53.33%-
XYZ9.9310.4224.78-
YUV86.54155.91105.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=19.37%
G=32.75%
B=47.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55931360.600.3200.47211.8542.4137.45
Hex375D883C2002Fd42a25
Octal6713521074400573245245
Binary110111101110110001000111100100000010111111010100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,93,136); }

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

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

 a { background-color: rgb(55,93,136); }

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

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

 span { border-color: rgb(55,93,136); }

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