Html Css Color HEX #366182 Matisse

📋 copy color: '#366182'

red 54 ◦ green 97 ◦ blue 130

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

Shades of Matisse #366182

Tints of Matisse #366182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 19.22%
G = 34.52%
B = 46.26%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366182 (or 0x366182) is known color: Matisse. HEX triplet: 36, 61 and 82. RGB value is (54,97,130). Sum of RGB (Red+Green+Blue) = 54+97+130=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #366182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366182 is #C99E7D. Grayscale: #575757. Windows color (decimal): -13213310 or 8544566. OLE color: 8544566.

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

Color convert

RGB 54 97 130 -
CMYK 0.58 0.25 0 0.49
HSL 206.05º 0.41% 0.36% -
HSV(B) 206.05º 0.58% 0.51% -
XYZ 9.83 10.95 22.71 -
YUV 87.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 54 97 130 0.58 0.25 0 0.49 206.05 0.41 0.36
Hex 36 61 82 3A 19 0 31 CE 29 24
Octal 66 141 202 72 31 0 61 316 51 44
Binary 110110 1100001 10000010 111010 11001 0 110001 11001110 101001 100100

Color Harmonies of #366182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366182

Black with #366182

Text Example


Text Example

White with #366182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366182; }

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

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

background-color css

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

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

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

border-color css

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

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

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