#375C7B

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

Shades of Matisse #375C7B

Tints of Matisse #375C7B

Color information

#375C7B (or 0x375C7B) is unknown color: approx Matisse. HEX triplet: 37, 5C and 7B. RGB value is (55,92,123). Sum of RGB (Red+Green+Blue) = 55+92+123=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #375C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C7B is #C8A384. Grayscale: #545454. Windows color (decimal): -13149061 or 8084535. OLE color: 8084535.

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

Color convert

RGB5592123-
CMYK0.550.2500.52
HSL207.35º38.2%34.9%-
HSV(B)207.35º55.28%48.24%-
XYZ8.989.920.18-
YUV84.47149.74106.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=20.37%
G=34.07%
B=45.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55921230.550.2500.52207.3538.234.9
Hex375C7B3719034cf2623
Octal6713417367310643174643
Binary1101111011100111101111011111001011010011001111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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