Html Css Color HEX #366285 Matisse

📋 copy color: '#366285'

red 54 ◦ green 98 ◦ blue 133

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

Shades of Matisse #366285

Tints of Matisse #366285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 18.95%
G = 34.39%
B = 46.67%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#366285 (or 0x366285) is known color: Matisse. HEX triplet: 36, 62 and 85. RGB value is (54,98,133). Sum of RGB (Red+Green+Blue) = 54+98+133=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #366285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366285 is #C99D7A. Grayscale: #585858. Windows color (decimal): -13213051 or 8741430. OLE color: 8741430.

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

Color convert

RGB 54 98 133 -
CMYK 0.59 0.26 0 0.48
HSL 206.58º 0.42% 0.37% -
HSV(B) 206.58º 0.59% 0.52% -
XYZ 10.12 11.21 23.82 -
YUV 88.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 54 98 133 0.59 0.26 0 0.48 206.58 0.42 0.37
Hex 36 62 85 3B 1A 0 30 CF 2A 25
Octal 66 142 205 73 32 0 60 317 52 45
Binary 110110 1100010 10000101 111011 11010 0 110000 11001111 101010 100101

Color Harmonies of #366285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366285

Black with #366285

Text Example


Text Example

White with #366285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366285; }

 p { color: rgb(54,98,133); }

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

background-color css

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

 a { background-color: rgb(54,98,133); }

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

border-color css

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

 span { border-color: rgb(54,98,133); }

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