Html Css Color HEX #375F89 Matisse

📋 copy color: '#375F89'

red 55 ◦ green 95 ◦ blue 137

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

Shades of Matisse #375F89

Tints of Matisse #375F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 19.16%
G = 33.1%
B = 47.74%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#375F89 (or 0x375F89) is known color: Matisse. HEX triplet: 37, 5F and 89. RGB value is (55,95,137). Sum of RGB (Red+Green+Blue) = 55+95+137=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #375F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F89 is #C8A076. Grayscale: #575757. Windows color (decimal): -13148279 or 9002807. OLE color: 9002807.

HSL color Cylindrical-coordinate representation of color #375F89: hue angle of 210.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375F89 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 95 137 -
CMYK 0.60 0.31 0 0.46
HSL 210.73º 0.43% 0.38% -
HSV(B) 210.73º 0.6% 0.54% -
XYZ 10.18 10.8 25.22 -
YUV 87.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 55 95 137 0.60 0.31 0 0.46 210.73 0.43 0.38
Hex 37 5F 89 3C 1F 0 2E D3 2B 26
Octal 67 137 211 74 37 0 56 323 53 46
Binary 110111 1011111 10001001 111100 11111 0 101110 11010011 101011 100110

Color Harmonies of #375F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F89

Black with #375F89

Text Example


Text Example

White with #375F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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