Html Css Color HEX #365577 Matisse

📋 copy color: '#365577'

red 54 ◦ green 85 ◦ blue 119

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

Shades of Matisse #365577

Tints of Matisse #365577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 20.93%
G = 32.95%
B = 46.12%

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

#365577 (or 0x365577) is known color: Matisse. HEX triplet: 36, 55 and 77. RGB value is (54,85,119). Sum of RGB (Red+Green+Blue) = 54+85+119=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #365577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365577 is #C9AA88. Grayscale: #4F4F4F. Windows color (decimal): -13216393 or 7820598. OLE color: 7820598.

HSL color Cylindrical-coordinate representation of color #365577: hue angle of 211.38º 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 #365577 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 85 119 -
CMYK 0.55 0.29 0 0.53
HSL 211.38º 0.38% 0.34% -
HSV(B) 211.38º 0.55% 0.47% -
XYZ 8.1 8.61 18.69 -
YUV 79.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 54 85 119 0.55 0.29 0 0.53 211.38 0.38 0.34
Hex 36 55 77 37 1D 0 35 D3 26 22
Octal 66 125 167 67 35 0 65 323 46 42
Binary 110110 1010101 1110111 110111 11101 0 110101 11010011 100110 100010

Color Harmonies of #365577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365577

Black with #365577

Text Example


Text Example

White with #365577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365577; }

 p { color: rgb(54,85,119); }

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

background-color css

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

 a { background-color: rgb(54,85,119); }

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

border-color css

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

 span { border-color: rgb(54,85,119); }

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