Html Css Color HEX #366382 Matisse

📋 copy color: '#366382'

red 54 ◦ green 99 ◦ blue 130

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

Shades of Matisse #366382

Tints of Matisse #366382

RGB

 RED value IS 54 (21.48% from 255) = 19.08%

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

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

R = 19.08%
G = 34.98%
B = 45.94%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366382 (or 0x366382) is known color: Matisse. HEX triplet: 36, 63 and 82. RGB value is (54,99,130). Sum of RGB (Red+Green+Blue) = 54+99+130=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #366382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366382 is #C99C7D. Grayscale: #585858. Windows color (decimal): -13212798 or 8545078. OLE color: 8545078.

HSL color Cylindrical-coordinate representation of color #366382: hue angle of 204.47º 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 #366382 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 99 130 -
CMYK 0.58 0.24 0 0.49
HSL 204.47º 0.41% 0.36% -
HSV(B) 204.47º 0.58% 0.51% -
XYZ 10.01 11.32 22.78 -
YUV 89.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 54 99 130 0.58 0.24 0 0.49 204.47 0.41 0.36
Hex 36 63 82 3A 18 0 31 CC 29 24
Octal 66 143 202 72 30 0 61 314 51 44
Binary 110110 1100011 10000010 111010 11000 0 110001 11001100 101001 100100

Color Harmonies of #366382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366382

Black with #366382

Text Example


Text Example

White with #366382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366382; }

 p { color: rgb(54,99,130); }

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

background-color css

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

 a { background-color: rgb(54,99,130); }

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

border-color css

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

 span { border-color: rgb(54,99,130); }

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