Html Css Color HEX #356385 Matisse

📋 copy color: '#356385'

red 53 ◦ green 99 ◦ blue 133

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

Shades of Matisse #356385

Tints of Matisse #356385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 18.6%
G = 34.74%
B = 46.67%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356385 (or 0x356385) is known color: Matisse. HEX triplet: 35, 63 and 85. RGB value is (53,99,133). Sum of RGB (Red+Green+Blue) = 53+99+133=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #356385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356385 is #CA9C7A. Grayscale: #585858. Windows color (decimal): -13278331 or 8741685. OLE color: 8741685.

HSL color Cylindrical-coordinate representation of color #356385: hue angle of 205.5º 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 #356385 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 99 133 -
CMYK 0.60 0.26 0 0.48
HSL 205.5º 0.43% 0.36% -
HSV(B) 205.5º 0.6% 0.52% -
XYZ 10.16 11.37 23.85 -
YUV 89.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 53 99 133 0.60 0.26 0 0.48 205.5 0.43 0.36
Hex 35 63 85 3C 1A 0 30 CE 2B 24
Octal 65 143 205 74 32 0 60 316 53 44
Binary 110101 1100011 10000101 111100 11010 0 110000 11001110 101011 100100

Color Harmonies of #356385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356385

Black with #356385

Text Example


Text Example

White with #356385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356385; }

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

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

background-color css

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

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

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

border-color css

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

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

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