Html Css Color HEX #375B82 Matisse

📋 copy color: '#375B82'

red 55 ◦ green 91 ◦ blue 130

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

Shades of Matisse #375B82

Tints of Matisse #375B82

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 19.93%
G = 32.97%
B = 47.1%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375B82 (or 0x375B82) is known color: Matisse. HEX triplet: 37, 5B and 82. RGB value is (55,91,130). Sum of RGB (Red+Green+Blue) = 55+91+130=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #375B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B82 is #C8A47D. Grayscale: #545454. Windows color (decimal): -13149310 or 8543031. OLE color: 8543031.

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

Color convert

RGB 55 91 130 -
CMYK 0.58 0.30 0 0.49
HSL 211.2º 0.41% 0.36% -
HSV(B) 211.2º 0.58% 0.51% -
XYZ 9.35 9.91 22.54 -
YUV 84.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 55 91 130 0.58 0.30 0 0.49 211.2 0.41 0.36
Hex 37 5B 82 3A 1E 0 31 D3 29 24
Octal 67 133 202 72 36 0 61 323 51 44
Binary 110111 1011011 10000010 111010 11110 0 110001 11010011 101001 100100

Color Harmonies of #375B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B82

Black with #375B82

Text Example


Text Example

White with #375B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,130); }

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

background-color css

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

 a { background-color: rgb(55,91,130); }

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

border-color css

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

 span { border-color: rgb(55,91,130); }

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