Html Css Color HEX #365E78 Matisse

📋 copy color: '#365E78'

red 54 ◦ green 94 ◦ blue 120

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

Shades of Matisse #365E78

Tints of Matisse #365E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

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

R = 20.15%
G = 35.07%
B = 44.78%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365E78 (or 0x365E78) is known color: Matisse. HEX triplet: 36, 5E and 78. RGB value is (54,94,120). Sum of RGB (Red+Green+Blue) = 54+94+120=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #365E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E78 is #C9A187. Grayscale: #545454. Windows color (decimal): -13214088 or 7888438. OLE color: 7888438.

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

Color convert

RGB 54 94 120 -
CMYK 0.55 0.22 0 0.53
HSL 203.64º 0.38% 0.34% -
HSV(B) 203.64º 0.55% 0.47% -
XYZ 8.91 10.15 19.26 -
YUV 85 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 54 94 120 0.55 0.22 0 0.53 203.64 0.38 0.34
Hex 36 5E 78 37 16 0 35 CC 26 22
Octal 66 136 170 67 26 0 65 314 46 42
Binary 110110 1011110 1111000 110111 10110 0 110101 11001100 100110 100010

Color Harmonies of #365E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E78

Black with #365E78

Text Example


Text Example

White with #365E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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