Html Css Color HEX #365A79 Matisse

📋 copy color: '#365A79'

red 54 ◦ green 90 ◦ blue 121

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

Shades of Matisse #365A79

Tints of Matisse #365A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 20.38%
G = 33.96%
B = 45.66%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365A79 (or 0x365A79) is known color: Matisse. HEX triplet: 36, 5A and 79. RGB value is (54,90,121). Sum of RGB (Red+Green+Blue) = 54+90+121=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #365A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A79 is #C9A586. Grayscale: #525252. Windows color (decimal): -13215111 or 7952950. OLE color: 7952950.

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

Color convert

RGB 54 90 121 -
CMYK 0.55 0.26 0 0.53
HSL 207.76º 0.38% 0.34% -
HSV(B) 207.76º 0.55% 0.47% -
XYZ 8.63 9.48 19.46 -
YUV 82.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 54 90 121 0.55 0.26 0 0.53 207.76 0.38 0.34
Hex 36 5A 79 37 1A 0 35 D0 26 22
Octal 66 132 171 67 32 0 65 320 46 42
Binary 110110 1011010 1111001 110111 11010 0 110101 11010000 100110 100010

Color Harmonies of #365A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A79

Black with #365A79

Text Example


Text Example

White with #365A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,121); }

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

background-color css

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

 a { background-color: rgb(54,90,121); }

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

border-color css

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

 span { border-color: rgb(54,90,121); }

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