Html Css Color HEX #356188 Matisse

📋 copy color: '#356188'

red 53 ◦ green 97 ◦ blue 136

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

Shades of Matisse #356188

Tints of Matisse #356188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 18.53%
G = 33.92%
B = 47.55%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356188 (or 0x356188) is known color: Matisse. HEX triplet: 35, 61 and 88. RGB value is (53,97,136). Sum of RGB (Red+Green+Blue) = 53+97+136=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #356188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356188 is #CA9E77. Grayscale: #585858. Windows color (decimal): -13278840 or 8937781. OLE color: 8937781.

HSL color Cylindrical-coordinate representation of color #356188: hue angle of 208.19º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356188 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 97 136 -
CMYK 0.61 0.29 0 0.47
HSL 208.19º 0.44% 0.37% -
HSV(B) 208.19º 0.61% 0.53% -
XYZ 10.19 11.08 24.9 -
YUV 88.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 53 97 136 0.61 0.29 0 0.47 208.19 0.44 0.37
Hex 35 61 88 3D 1D 0 2F D0 2C 25
Octal 65 141 210 75 35 0 57 320 54 45
Binary 110101 1100001 10001000 111101 11101 0 101111 11010000 101100 100101

Color Harmonies of #356188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356188

Black with #356188

Text Example


Text Example

White with #356188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356188; }

 p { color: rgb(53,97,136); }

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

background-color css

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

 a { background-color: rgb(53,97,136); }

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

border-color css

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

 span { border-color: rgb(53,97,136); }

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