Html Css Color HEX #376385 Matisse

📋 copy color: '#376385'

red 55 ◦ green 99 ◦ blue 133

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

Shades of Matisse #376385

Tints of Matisse #376385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 19.16%
G = 34.49%
B = 46.34%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376385 (or 0x376385) is known color: Matisse. HEX triplet: 37, 63 and 85. RGB value is (55,99,133). Sum of RGB (Red+Green+Blue) = 55+99+133=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #376385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376385 is #C89C7A. Grayscale: #595959. Windows color (decimal): -13147259 or 8741687. OLE color: 8741687.

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

Color convert

RGB 55 99 133 -
CMYK 0.59 0.26 0 0.48
HSL 206.15º 0.41% 0.37% -
HSV(B) 206.15º 0.59% 0.52% -
XYZ 10.27 11.43 23.86 -
YUV 89.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 55 99 133 0.59 0.26 0 0.48 206.15 0.41 0.37
Hex 37 63 85 3B 1A 0 30 CE 29 25
Octal 67 143 205 73 32 0 60 316 51 45
Binary 110111 1100011 10000101 111011 11010 0 110000 11001110 101001 100101

Color Harmonies of #376385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376385

Black with #376385

Text Example


Text Example

White with #376385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376385; }

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

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

background-color css

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

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

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

border-color css

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

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

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