Html Css Color HEX #375375 Matisse

📋 copy color: '#375375'

red 55 ◦ green 83 ◦ blue 117

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

Shades of Matisse #375375

Tints of Matisse #375375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 21.57%
G = 32.55%
B = 45.88%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#375375 (or 0x375375) is known color: Matisse. HEX triplet: 37, 53 and 75. RGB value is (55,83,117). Sum of RGB (Red+Green+Blue) = 55+83+117=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #375375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375375 is #C8AC8A. Grayscale: #4E4E4E. Windows color (decimal): -13151371 or 7689015. OLE color: 7689015.

HSL color Cylindrical-coordinate representation of color #375375: hue angle of 212.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375375 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 83 117 -
CMYK 0.53 0.29 0 0.54
HSL 212.9º 0.36% 0.34% -
HSV(B) 212.9º 0.53% 0.46% -
XYZ 7.88 8.28 18.01 -
YUV 78.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 55 83 117 0.53 0.29 0 0.54 212.9 0.36 0.34
Hex 37 53 75 35 1D 0 36 D5 24 22
Octal 67 123 165 65 35 0 66 325 44 42
Binary 110111 1010011 1110101 110101 11101 0 110110 11010101 100100 100010

Color Harmonies of #375375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375375

Black with #375375

Text Example


Text Example

White with #375375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375375; }

 p { color: rgb(55,83,117); }

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

background-color css

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

 a { background-color: rgb(55,83,117); }

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

border-color css

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

 span { border-color: rgb(55,83,117); }

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