Html Css Color HEX #375679 Matisse

📋 copy color: '#375679'

red 55 ◦ green 86 ◦ blue 121

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

Shades of Matisse #375679

Tints of Matisse #375679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 20.99%
G = 32.82%
B = 46.18%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375679 (or 0x375679) is known color: Matisse. HEX triplet: 37, 56 and 79. RGB value is (55,86,121). Sum of RGB (Red+Green+Blue) = 55+86+121=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #375679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375679 is #C8A986. Grayscale: #505050. Windows color (decimal): -13150599 or 7951927. OLE color: 7951927.

HSL color Cylindrical-coordinate representation of color #375679: hue angle of 211.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375679 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 86 121 -
CMYK 0.55 0.29 0 0.53
HSL 211.82º 0.38% 0.35% -
HSV(B) 211.82º 0.55% 0.47% -
XYZ 8.35 8.85 19.36 -
YUV 80.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 55 86 121 0.55 0.29 0 0.53 211.82 0.38 0.35
Hex 37 56 79 37 1D 0 35 D4 26 23
Octal 67 126 171 67 35 0 65 324 46 43
Binary 110111 1010110 1111001 110111 11101 0 110101 11010100 100110 100011

Color Harmonies of #375679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375679

Black with #375679

Text Example


Text Example

White with #375679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375679; }

 p { color: rgb(55,86,121); }

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

background-color css

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

 a { background-color: rgb(55,86,121); }

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

border-color css

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

 span { border-color: rgb(55,86,121); }

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