Html Css Color HEX #365B77 Matisse

📋 copy color: '#365B77'

red 54 ◦ green 91 ◦ blue 119

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

Shades of Matisse #365B77

Tints of Matisse #365B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

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

R = 20.45%
G = 34.47%
B = 45.08%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365B77 (or 0x365B77) is known color: Matisse. HEX triplet: 36, 5B and 77. RGB value is (54,91,119). Sum of RGB (Red+Green+Blue) = 54+91+119=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #365B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B77 is #C9A488. Grayscale: #525252. Windows color (decimal): -13214857 or 7822134. OLE color: 7822134.

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

Color convert

RGB 54 91 119 -
CMYK 0.55 0.24 0 0.53
HSL 205.85º 0.38% 0.34% -
HSV(B) 205.85º 0.55% 0.47% -
XYZ 8.59 9.6 18.85 -
YUV 83.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 54 91 119 0.55 0.24 0 0.53 205.85 0.38 0.34
Hex 36 5B 77 37 18 0 35 CE 26 22
Octal 66 133 167 67 30 0 65 316 46 42
Binary 110110 1011011 1110111 110111 11000 0 110101 11001110 100110 100010

Color Harmonies of #365B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B77

Black with #365B77

Text Example


Text Example

White with #365B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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