Html Css Color HEX #375D7F Matisse

📋 copy color: '#375D7F'

red 55 ◦ green 93 ◦ blue 127

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

Shades of Matisse #375D7F

Tints of Matisse #375D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 20%
G = 33.82%
B = 46.18%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#375D7F (or 0x375D7F) is known color: Matisse. HEX triplet: 37, 5D and 7F. RGB value is (55,93,127). Sum of RGB (Red+Green+Blue) = 55+93+127=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #375D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D7F is #C8A280. Grayscale: #555555. Windows color (decimal): -13148801 or 8346935. OLE color: 8346935.

HSL color Cylindrical-coordinate representation of color #375D7F: hue angle of 208.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375D7F is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 93 127 -
CMYK 0.57 0.27 0 0.50
HSL 208.33º 0.4% 0.36% -
HSV(B) 208.33º 0.57% 0.5% -
XYZ 9.32 10.17 21.55 -
YUV 85.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 55 93 127 0.57 0.27 0 0.50 208.33 0.4 0.36
Hex 37 5D 7F 39 1B 0 32 D0 28 24
Octal 67 135 177 71 33 0 62 320 50 44
Binary 110111 1011101 1111111 111001 11011 0 110010 11010000 101000 100100

Color Harmonies of #375D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D7F

Black with #375D7F

Text Example


Text Example

White with #375D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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