Html Css Color HEX #365474 Matisse

📋 copy color: '#365474'

red 54 ◦ green 84 ◦ blue 116

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

Shades of Matisse #365474

Tints of Matisse #365474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 21.26%
G = 33.07%
B = 45.67%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365474 (or 0x365474) is known color: Matisse. HEX triplet: 36, 54 and 74. RGB value is (54,84,116). Sum of RGB (Red+Green+Blue) = 54+84+116=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #365474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365474 is #C9AB8B. Grayscale: #4E4E4E. Windows color (decimal): -13216652 or 7623734. OLE color: 7623734.

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

Color convert

RGB 54 84 116 -
CMYK 0.53 0.28 0 0.55
HSL 210.97º 0.36% 0.33% -
HSV(B) 210.97º 0.53% 0.45% -
XYZ 7.84 8.39 17.73 -
YUV 78.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 54 84 116 0.53 0.28 0 0.55 210.97 0.36 0.33
Hex 36 54 74 35 1C 0 37 D3 24 21
Octal 66 124 164 65 34 0 67 323 44 41
Binary 110110 1010100 1110100 110101 11100 0 110111 11010011 100100 100001

Color Harmonies of #365474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365474

Black with #365474

Text Example


Text Example

White with #365474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365474; }

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

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

background-color css

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

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

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

border-color css

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

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

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