#375A7B

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

Shades of Matisse #375A7B

Tints of Matisse #375A7B

Color information

#375A7B (or 0x375A7B) is unknown color: approx Matisse. HEX triplet: 37, 5A and 7B. RGB value is (55,90,123). Sum of RGB (Red+Green+Blue) = 55+90+123=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #375A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A7B is #C8A584. Grayscale: #535353. Windows color (decimal): -13149573 or 8084023. OLE color: 8084023.

HSL color Cylindrical-coordinate representation of color #375A7B: hue angle of 209.12º 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 #375A7B is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5590123-
CMYK0.550.2700.52
HSL209.12º38.2%34.9%-
HSV(B)209.12º55.28%48.24%-
XYZ8.819.5520.12-
YUV83.3150.4107.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=20.52%
G=33.58%
B=45.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55901230.550.2700.52209.1238.234.9
Hex375A7B371B034d12623
Octal6713217367330643214643
Binary1101111011010111101111011111011011010011010001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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