Html Css Color HEX #375F85 Matisse

📋 copy color: '#375F85'

red 55 ◦ green 95 ◦ blue 133

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

Shades of Matisse #375F85

Tints of Matisse #375F85

RGB

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

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

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

R = 19.43%
G = 33.57%
B = 47%

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

#375F85 (or 0x375F85) is known color: Matisse. HEX triplet: 37, 5F and 85. RGB value is (55,95,133). Sum of RGB (Red+Green+Blue) = 55+95+133=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #375F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F85 is #C8A07A. Grayscale: #575757. Windows color (decimal): -13148283 or 8740663. OLE color: 8740663.

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

Color convert

RGB 55 95 133 -
CMYK 0.59 0.29 0 0.48
HSL 209.23º 0.41% 0.37% -
HSV(B) 209.23º 0.59% 0.52% -
XYZ 9.9 10.69 23.73 -
YUV 87.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 55 95 133 0.59 0.29 0 0.48 209.23 0.41 0.37
Hex 37 5F 85 3B 1D 0 30 D1 29 25
Octal 67 137 205 73 35 0 60 321 51 45
Binary 110111 1011111 10000101 111011 11101 0 110000 11010001 101001 100101

Color Harmonies of #375F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F85

Black with #375F85

Text Example


Text Example

White with #375F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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