Html Css Color HEX #366582 Matisse

📋 copy color: '#366582'

red 54 ◦ green 101 ◦ blue 130

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

Shades of Matisse #366582

Tints of Matisse #366582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 18.95%
G = 35.44%
B = 45.61%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366582 (or 0x366582) is known color: Matisse. HEX triplet: 36, 65 and 82. RGB value is (54,101,130). Sum of RGB (Red+Green+Blue) = 54+101+130=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #366582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366582 is #C99A7D. Grayscale: #5A5A5A. Windows color (decimal): -13212286 or 8545590. OLE color: 8545590.

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

Color convert

RGB 54 101 130 -
CMYK 0.58 0.22 0 0.49
HSL 202.89º 0.41% 0.36% -
HSV(B) 202.89º 0.58% 0.51% -
XYZ 10.2 11.7 22.84 -
YUV 90.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 54 101 130 0.58 0.22 0 0.49 202.89 0.41 0.36
Hex 36 65 82 3A 16 0 31 CB 29 24
Octal 66 145 202 72 26 0 61 313 51 44
Binary 110110 1100101 10000010 111010 10110 0 110001 11001011 101001 100100

Color Harmonies of #366582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366582

Black with #366582

Text Example


Text Example

White with #366582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366582; }

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

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

background-color css

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

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

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

border-color css

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

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

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