Html Css Color HEX #375C84 Matisse

📋 copy color: '#375C84'

red 55 ◦ green 92 ◦ blue 132

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

Shades of Matisse #375C84

Tints of Matisse #375C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

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

R = 19.71%
G = 32.97%
B = 47.31%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375C84 (or 0x375C84) is known color: Matisse. HEX triplet: 37, 5C and 84. RGB value is (55,92,132). Sum of RGB (Red+Green+Blue) = 55+92+132=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #375C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C84 is #C8A37B. Grayscale: #555555. Windows color (decimal): -13149052 or 8674359. OLE color: 8674359.

HSL color Cylindrical-coordinate representation of color #375C84: hue angle of 211.17º 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 #375C84 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 92 132 -
CMYK 0.58 0.30 0 0.48
HSL 211.17º 0.41% 0.37% -
HSV(B) 211.17º 0.58% 0.52% -
XYZ 9.57 10.13 23.28 -
YUV 85.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 55 92 132 0.58 0.30 0 0.48 211.17 0.41 0.37
Hex 37 5C 84 3A 1E 0 30 D3 29 25
Octal 67 134 204 72 36 0 60 323 51 45
Binary 110111 1011100 10000100 111010 11110 0 110000 11010011 101001 100101

Color Harmonies of #375C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C84

Black with #375C84

Text Example


Text Example

White with #375C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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