Html Css Color HEX #356288 Matisse

📋 copy color: '#356288'

red 53 ◦ green 98 ◦ blue 136

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

Shades of Matisse #356288

Tints of Matisse #356288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

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

R = 18.47%
G = 34.15%
B = 47.39%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356288 (or 0x356288) is known color: Matisse. HEX triplet: 35, 62 and 88. RGB value is (53,98,136). Sum of RGB (Red+Green+Blue) = 53+98+136=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #356288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356288 is #CA9D77. Grayscale: #585858. Windows color (decimal): -13278584 or 8938037. OLE color: 8938037.

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

Color convert

RGB 53 98 136 -
CMYK 0.61 0.28 0 0.47
HSL 207.47º 0.44% 0.37% -
HSV(B) 207.47º 0.61% 0.53% -
XYZ 10.28 11.27 24.93 -
YUV 88.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 53 98 136 0.61 0.28 0 0.47 207.47 0.44 0.37
Hex 35 62 88 3D 1C 0 2F CF 2C 25
Octal 65 142 210 75 34 0 57 317 54 45
Binary 110101 1100010 10001000 111101 11100 0 101111 11001111 101100 100101

Color Harmonies of #356288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356288

Black with #356288

Text Example


Text Example

White with #356288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356288; }

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

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

background-color css

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

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

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

border-color css

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

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

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