Html Css Color HEX #376384 Matisse

📋 copy color: '#376384'

red 55 ◦ green 99 ◦ blue 132

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

Shades of Matisse #376384

Tints of Matisse #376384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 19.23%
G = 34.62%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376384 (or 0x376384) is known color: Matisse. HEX triplet: 37, 63 and 84. RGB value is (55,99,132). Sum of RGB (Red+Green+Blue) = 55+99+132=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #376384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376384 is #C89C7B. Grayscale: #595959. Windows color (decimal): -13147260 or 8676151. OLE color: 8676151.

HSL color Cylindrical-coordinate representation of color #376384: hue angle of 205.71º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376384 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 99 132 -
CMYK 0.58 0.25 0 0.48
HSL 205.71º 0.41% 0.37% -
HSV(B) 205.71º 0.58% 0.52% -
XYZ 10.2 11.4 23.49 -
YUV 89.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 55 99 132 0.58 0.25 0 0.48 205.71 0.41 0.37
Hex 37 63 84 3A 19 0 30 CE 29 25
Octal 67 143 204 72 31 0 60 316 51 45
Binary 110111 1100011 10000100 111010 11001 0 110000 11001110 101001 100101

Color Harmonies of #376384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376384

Black with #376384

Text Example


Text Example

White with #376384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376384; }

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

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

background-color css

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

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

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

border-color css

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

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

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