Html Css Color HEX #365679 Matisse

📋 copy color: '#365679'

red 54 ◦ green 86 ◦ blue 121

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

Shades of Matisse #365679

Tints of Matisse #365679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 20.69%
G = 32.95%
B = 46.36%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365679 (or 0x365679) is known color: Matisse. HEX triplet: 36, 56 and 79. RGB value is (54,86,121). Sum of RGB (Red+Green+Blue) = 54+86+121=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #365679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365679 is #C9A986. Grayscale: #505050. Windows color (decimal): -13216135 or 7951926. OLE color: 7951926.

HSL color Cylindrical-coordinate representation of color #365679: hue angle of 211.34º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365679 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 86 121 -
CMYK 0.55 0.29 0 0.53
HSL 211.34º 0.38% 0.34% -
HSV(B) 211.34º 0.55% 0.47% -
XYZ 8.3 8.82 19.35 -
YUV 80.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 54 86 121 0.55 0.29 0 0.53 211.34 0.38 0.34
Hex 36 56 79 37 1D 0 35 D3 26 22
Octal 66 126 171 67 35 0 65 323 46 42
Binary 110110 1010110 1111001 110111 11101 0 110101 11010011 100110 100010

Color Harmonies of #365679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365679

Black with #365679

Text Example


Text Example

White with #365679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365679; }

 p { color: rgb(54,86,121); }

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

background-color css

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

 a { background-color: rgb(54,86,121); }

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

border-color css

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

 span { border-color: rgb(54,86,121); }

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