Html Css Color HEX #375F88 Matisse

📋 copy color: '#375F88'

red 55 ◦ green 95 ◦ blue 136

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

Shades of Matisse #375F88

Tints of Matisse #375F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 19.23%
G = 33.22%
B = 47.55%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375F88 (or 0x375F88) is known color: Matisse. HEX triplet: 37, 5F and 88. RGB value is (55,95,136). Sum of RGB (Red+Green+Blue) = 55+95+136=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #375F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F88 is #C8A077. Grayscale: #575757. Windows color (decimal): -13148280 or 8937271. OLE color: 8937271.

HSL color Cylindrical-coordinate representation of color #375F88: hue angle of 210.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375F88 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 95 136 -
CMYK 0.60 0.30 0 0.47
HSL 210.37º 0.42% 0.37% -
HSV(B) 210.37º 0.6% 0.53% -
XYZ 10.11 10.77 24.84 -
YUV 87.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 55 95 136 0.60 0.30 0 0.47 210.37 0.42 0.37
Hex 37 5F 88 3C 1E 0 2F D2 2A 25
Octal 67 137 210 74 36 0 57 322 52 45
Binary 110111 1011111 10001000 111100 11110 0 101111 11010010 101010 100101

Color Harmonies of #375F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F88

Black with #375F88

Text Example


Text Example

White with #375F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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