#375F7B

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

Shades of Matisse #375F7B

Tints of Matisse #375F7B

Color information

#375F7B (or 0x375F7B) is unknown color: approx Matisse. HEX triplet: 37, 5F and 7B. RGB value is (55,95,123). Sum of RGB (Red+Green+Blue) = 55+95+123=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #375F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F7B is #C8A084. Grayscale: #565656. Windows color (decimal): -13148293 or 8085303. OLE color: 8085303.

HSL color Cylindrical-coordinate representation of color #375F7B: hue angle of 204.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375F7B is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5595123-
CMYK0.550.2300.52
HSL204.71º38.2%34.9%-
HSV(B)204.71º55.28%48.24%-
XYZ9.2410.4320.26-
YUV86.23148.75105.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=20.15%
G=34.80%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55951230.550.2300.52204.7138.234.9
Hex375F7B3717034cd2623
Octal6713717367270643154643
Binary1101111011111111101111011110111011010011001101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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