Html Css Color HEX #375F84 Matisse

📋 copy color: '#375F84'

red 55 ◦ green 95 ◦ blue 132

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

Shades of Matisse #375F84

Tints of Matisse #375F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 19.5%
G = 33.69%
B = 46.81%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375F84 (or 0x375F84) is known color: Matisse. HEX triplet: 37, 5F and 84. RGB value is (55,95,132). Sum of RGB (Red+Green+Blue) = 55+95+132=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #375F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F84 is #C8A07B. Grayscale: #575757. Windows color (decimal): -13148284 or 8675127. OLE color: 8675127.

HSL color Cylindrical-coordinate representation of color #375F84: hue angle of 208.83º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375F84 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 95 132 -
CMYK 0.58 0.28 0 0.48
HSL 208.83º 0.41% 0.37% -
HSV(B) 208.83º 0.58% 0.52% -
XYZ 9.83 10.66 23.37 -
YUV 87.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 55 95 132 0.58 0.28 0 0.48 208.83 0.41 0.37
Hex 37 5F 84 3A 1C 0 30 D1 29 25
Octal 67 137 204 72 34 0 60 321 51 45
Binary 110111 1011111 10000100 111010 11100 0 110000 11010001 101001 100101

Color Harmonies of #375F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F84

Black with #375F84

Text Example


Text Example

White with #375F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,132); }

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

background-color css

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

 a { background-color: rgb(55,95,132); }

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

border-color css

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

 span { border-color: rgb(55,95,132); }

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