Html Css Color HEX #366081 Matisse

📋 copy color: '#366081'

red 54 ◦ green 96 ◦ blue 129

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

Shades of Matisse #366081

Tints of Matisse #366081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 19.35%
G = 34.41%
B = 46.24%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366081 (or 0x366081) is known color: Matisse. HEX triplet: 36, 60 and 81. RGB value is (54,96,129). Sum of RGB (Red+Green+Blue) = 54+96+129=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #366081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366081 is #C99F7E. Grayscale: #575757. Windows color (decimal): -13213567 or 8478774. OLE color: 8478774.

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

Color convert

RGB 54 96 129 -
CMYK 0.58 0.26 0 0.49
HSL 206.4º 0.41% 0.36% -
HSV(B) 206.4º 0.58% 0.51% -
XYZ 9.67 10.73 22.33 -
YUV 87.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 54 96 129 0.58 0.26 0 0.49 206.4 0.41 0.36
Hex 36 60 81 3A 1A 0 31 CE 29 24
Octal 66 140 201 72 32 0 61 316 51 44
Binary 110110 1100000 10000001 111010 11010 0 110001 11001110 101001 100100

Color Harmonies of #366081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366081

Black with #366081

Text Example


Text Example

White with #366081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366081; }

 p { color: rgb(54,96,129); }

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

background-color css

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

 a { background-color: rgb(54,96,129); }

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

border-color css

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

 span { border-color: rgb(54,96,129); }

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