Html Css Color HEX #356384 Matisse

📋 copy color: '#356384'

red 53 ◦ green 99 ◦ blue 132

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

Shades of Matisse #356384

Tints of Matisse #356384

RGB

 RED value IS 53 (21.09% from 255) = 18.66%

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 18.66%
G = 34.86%
B = 46.48%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356384 (or 0x356384) is known color: Matisse. HEX triplet: 35, 63 and 84. RGB value is (53,99,132). Sum of RGB (Red+Green+Blue) = 53+99+132=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #356384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356384 is #CA9C7B. Grayscale: #585858. Windows color (decimal): -13278332 or 8676149. OLE color: 8676149.

HSL color Cylindrical-coordinate representation of color #356384: hue angle of 205.06º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356384 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 99 132 -
CMYK 0.60 0.25 0 0.48
HSL 205.06º 0.43% 0.36% -
HSV(B) 205.06º 0.6% 0.52% -
XYZ 10.09 11.35 23.49 -
YUV 89.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 53 99 132 0.60 0.25 0 0.48 205.06 0.43 0.36
Hex 35 63 84 3C 19 0 30 CD 2B 24
Octal 65 143 204 74 31 0 60 315 53 44
Binary 110101 1100011 10000100 111100 11001 0 110000 11001101 101011 100100

Color Harmonies of #356384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356384

Black with #356384

Text Example


Text Example

White with #356384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356384; }

 p { color: rgb(53,99,132); }

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

background-color css

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

 a { background-color: rgb(53,99,132); }

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

border-color css

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

 span { border-color: rgb(53,99,132); }

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