Html Css Color HEX #356388 Matisse

📋 copy color: '#356388'

red 53 ◦ green 99 ◦ blue 136

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

Shades of Matisse #356388

Tints of Matisse #356388

RGB

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

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

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

R = 18.4%
G = 34.38%
B = 47.22%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356388 (or 0x356388) is known color: Matisse. HEX triplet: 35, 63 and 88. RGB value is (53,99,136). Sum of RGB (Red+Green+Blue) = 53+99+136=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #356388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356388 is #CA9C77. Grayscale: #595959. Windows color (decimal): -13278328 or 8938293. OLE color: 8938293.

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

Color convert

RGB 53 99 136 -
CMYK 0.61 0.27 0 0.47
HSL 206.75º 0.44% 0.37% -
HSV(B) 206.75º 0.61% 0.53% -
XYZ 10.37 11.46 24.96 -
YUV 89.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 53 99 136 0.61 0.27 0 0.47 206.75 0.44 0.37
Hex 35 63 88 3D 1B 0 2F CF 2C 25
Octal 65 143 210 75 33 0 57 317 54 45
Binary 110101 1100011 10001000 111101 11011 0 101111 11001111 101100 100101

Color Harmonies of #356388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356388

Black with #356388

Text Example


Text Example

White with #356388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356388; }

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

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

background-color css

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

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

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

border-color css

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

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

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