Html Css Color HEX #375E85 Matisse

📋 copy color: '#375E85'

red 55 ◦ green 94 ◦ blue 133

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

Shades of Matisse #375E85

Tints of Matisse #375E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 19.5%
G = 33.33%
B = 47.16%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375E85 (or 0x375E85) is known color: Matisse. HEX triplet: 37, 5E and 85. RGB value is (55,94,133). Sum of RGB (Red+Green+Blue) = 55+94+133=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #375E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E85 is #C8A17A. Grayscale: #565656. Windows color (decimal): -13148539 or 8740407. OLE color: 8740407.

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

Color convert

RGB 55 94 133 -
CMYK 0.59 0.29 0 0.48
HSL 210º 0.41% 0.37% -
HSV(B) 210º 0.59% 0.52% -
XYZ 9.81 10.51 23.7 -
YUV 86.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 55 94 133 0.59 0.29 0 0.48 210 0.41 0.37
Hex 37 5E 85 3B 1D 0 30 D2 29 25
Octal 67 136 205 73 35 0 60 322 51 45
Binary 110111 1011110 10000101 111011 11101 0 110000 11010010 101001 100101

Color Harmonies of #375E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E85

Black with #375E85

Text Example


Text Example

White with #375E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,133); }

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

background-color css

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

 a { background-color: rgb(55,94,133); }

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

border-color css

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

 span { border-color: rgb(55,94,133); }

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