Html Css Color HEX #375672 Matisse

📋 copy color: '#375672'

red 55 ◦ green 86 ◦ blue 114

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

Shades of Matisse #375672

Tints of Matisse #375672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 21.57%
G = 33.73%
B = 44.71%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375672 (or 0x375672) is known color: Matisse. HEX triplet: 37, 56 and 72. RGB value is (55,86,114). Sum of RGB (Red+Green+Blue) = 55+86+114=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #375672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375672 is #C8A98D. Grayscale: #4F4F4F. Windows color (decimal): -13150606 or 7493175. OLE color: 7493175.

HSL color Cylindrical-coordinate representation of color #375672: hue angle of 208.47º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375672 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 86 114 -
CMYK 0.52 0.25 0 0.55
HSL 208.47º 0.35% 0.33% -
HSV(B) 208.47º 0.52% 0.45% -
XYZ 7.94 8.68 17.18 -
YUV 79.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 55 86 114 0.52 0.25 0 0.55 208.47 0.35 0.33
Hex 37 56 72 34 19 0 37 D0 23 21
Octal 67 126 162 64 31 0 67 320 43 41
Binary 110111 1010110 1110010 110100 11001 0 110111 11010000 100011 100001

Color Harmonies of #375672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375672

Black with #375672

Text Example


Text Example

White with #375672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375672; }

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

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

background-color css

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

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

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

border-color css

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

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

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