Html Css Color HEX #356084 Matisse

📋 copy color: '#356084'

red 53 ◦ green 96 ◦ blue 132

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

Shades of Matisse #356084

Tints of Matisse #356084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 18.86%
G = 34.16%
B = 46.98%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356084 (or 0x356084) is known color: Matisse. HEX triplet: 35, 60 and 84. RGB value is (53,96,132). Sum of RGB (Red+Green+Blue) = 53+96+132=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #356084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356084 is #CA9F7B. Grayscale: #575757. Windows color (decimal): -13279100 or 8675381. OLE color: 8675381.

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

Color convert

RGB 53 96 132 -
CMYK 0.60 0.27 0 0.48
HSL 207.34º 0.43% 0.36% -
HSV(B) 207.34º 0.6% 0.52% -
XYZ 9.82 10.79 23.39 -
YUV 87.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 53 96 132 0.60 0.27 0 0.48 207.34 0.43 0.36
Hex 35 60 84 3C 1B 0 30 CF 2B 24
Octal 65 140 204 74 33 0 60 317 53 44
Binary 110101 1100000 10000100 111100 11011 0 110000 11001111 101011 100100

Color Harmonies of #356084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356084

Black with #356084

Text Example


Text Example

White with #356084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356084; }

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

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

background-color css

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

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

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

border-color css

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

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

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