Html Css Color HEX #365578 Matisse

📋 copy color: '#365578'

red 54 ◦ green 85 ◦ blue 120

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

Shades of Matisse #365578

Tints of Matisse #365578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 20.85%
G = 32.82%
B = 46.33%

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

#365578 (or 0x365578) is known color: Matisse. HEX triplet: 36, 55 and 78. RGB value is (54,85,120). Sum of RGB (Red+Green+Blue) = 54+85+120=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #365578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365578 is #C9AA87. Grayscale: #4F4F4F. Windows color (decimal): -13216392 or 7886134. OLE color: 7886134.

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

Color convert

RGB 54 85 120 -
CMYK 0.55 0.29 0 0.53
HSL 211.82º 0.38% 0.34% -
HSV(B) 211.82º 0.55% 0.47% -
XYZ 8.16 8.64 19.01 -
YUV 79.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 54 85 120 0.55 0.29 0 0.53 211.82 0.38 0.34
Hex 36 55 78 37 1D 0 35 D4 26 22
Octal 66 125 170 67 35 0 65 324 46 42
Binary 110110 1010101 1111000 110111 11101 0 110101 11010100 100110 100010

Color Harmonies of #365578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365578

Black with #365578

Text Example


Text Example

White with #365578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365578; }

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

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

background-color css

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

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

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

border-color css

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

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

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