Html Css Color HEX #375F81 Matisse

📋 copy color: '#375F81'

red 55 ◦ green 95 ◦ blue 129

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

Shades of Matisse #375F81

Tints of Matisse #375F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 19.71%
G = 34.05%
B = 46.24%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375F81 (or 0x375F81) is known color: Matisse. HEX triplet: 37, 5F and 81. RGB value is (55,95,129). Sum of RGB (Red+Green+Blue) = 55+95+129=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #375F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F81 is #C8A07E. Grayscale: #565656. Windows color (decimal): -13148287 or 8478519. OLE color: 8478519.

HSL color Cylindrical-coordinate representation of color #375F81: hue angle of 207.57º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375F81 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 95 129 -
CMYK 0.57 0.26 0 0.49
HSL 207.57º 0.4% 0.36% -
HSV(B) 207.57º 0.57% 0.51% -
XYZ 9.63 10.58 22.3 -
YUV 86.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 55 95 129 0.57 0.26 0 0.49 207.57 0.4 0.36
Hex 37 5F 81 39 1A 0 31 D0 28 24
Octal 67 137 201 71 32 0 61 320 50 44
Binary 110111 1011111 10000001 111001 11010 0 110001 11010000 101000 100100

Color Harmonies of #375F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F81

Black with #375F81

Text Example


Text Example

White with #375F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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