Html Css Color HEX #375F87 Matisse

📋 copy color: '#375F87'

red 55 ◦ green 95 ◦ blue 135

#375F87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #375F87

Tints of Matisse #375F87

RGB

 RED value IS 55 (21.88% from 255) = 19.3%

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 19.3%
G = 33.33%
B = 47.37%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375F87 (or 0x375F87) is known color: Matisse. HEX triplet: 37, 5F and 87. RGB value is (55,95,135). Sum of RGB (Red+Green+Blue) = 55+95+135=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #375F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F87 is #C8A078. Grayscale: #575757. Windows color (decimal): -13148281 or 8871735. OLE color: 8871735.

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

Color convert

RGB 55 95 135 -
CMYK 0.59 0.30 0 0.47
HSL 210º 0.42% 0.37% -
HSV(B) 210º 0.59% 0.53% -
XYZ 10.04 10.75 24.47 -
YUV 87.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 55 95 135 0.59 0.30 0 0.47 210 0.42 0.37
Hex 37 5F 87 3B 1E 0 2F D2 2A 25
Octal 67 137 207 73 36 0 57 322 52 45
Binary 110111 1011111 10000111 111011 11110 0 101111 11010010 101010 100101

Color Harmonies of #375F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F87

Black with #375F87

Text Example


Text Example

White with #375F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #375F87;
 }
 .AnyTagClassName
 {
   color: #375F87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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