Html Css Color HEX #375875 Matisse

📋 copy color: '#375875'

red 55 ◦ green 88 ◦ blue 117

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

Shades of Matisse #375875

Tints of Matisse #375875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

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

R = 21.15%
G = 33.85%
B = 45%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#375875 (or 0x375875) is known color: Matisse. HEX triplet: 37, 58 and 75. RGB value is (55,88,117). Sum of RGB (Red+Green+Blue) = 55+88+117=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #375875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375875 is #C8A78A. Grayscale: #515151. Windows color (decimal): -13150091 or 7690295. OLE color: 7690295.

HSL color Cylindrical-coordinate representation of color #375875: hue angle of 208.06º 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 #375875 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 88 117 -
CMYK 0.53 0.25 0 0.54
HSL 208.06º 0.36% 0.34% -
HSV(B) 208.06º 0.53% 0.46% -
XYZ 8.28 9.08 18.15 -
YUV 81.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 55 88 117 0.53 0.25 0 0.54 208.06 0.36 0.34
Hex 37 58 75 35 19 0 36 D0 24 22
Octal 67 130 165 65 31 0 66 320 44 42
Binary 110111 1011000 1110101 110101 11001 0 110110 11010000 100100 100010

Color Harmonies of #375875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375875

Black with #375875

Text Example


Text Example

White with #375875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375875; }

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

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

background-color css

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

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

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

border-color css

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

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

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