Html Css Color HEX #365874 Matisse

📋 copy color: '#365874'

red 54 ◦ green 88 ◦ blue 116

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

Shades of Matisse #365874

Tints of Matisse #365874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 20.93%
G = 34.11%
B = 44.96%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365874 (or 0x365874) is known color: Matisse. HEX triplet: 36, 58 and 74. RGB value is (54,88,116). Sum of RGB (Red+Green+Blue) = 54+88+116=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #365874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365874 is #C9A78B. Grayscale: #505050. Windows color (decimal): -13215628 or 7624758. OLE color: 7624758.

HSL color Cylindrical-coordinate representation of color #365874: hue angle of 207.1º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365874 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 88 116 -
CMYK 0.53 0.24 0 0.55
HSL 207.1º 0.36% 0.33% -
HSV(B) 207.1º 0.53% 0.45% -
XYZ 8.16 9.02 17.83 -
YUV 81.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 54 88 116 0.53 0.24 0 0.55 207.1 0.36 0.33
Hex 36 58 74 35 18 0 37 CF 24 21
Octal 66 130 164 65 30 0 67 317 44 41
Binary 110110 1011000 1110100 110101 11000 0 110111 11001111 100100 100001

Color Harmonies of #365874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365874

Black with #365874

Text Example


Text Example

White with #365874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365874; }

 p { color: rgb(54,88,116); }

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

background-color css

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

 a { background-color: rgb(54,88,116); }

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

border-color css

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

 span { border-color: rgb(54,88,116); }

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