Html Css Color HEX #356482 Matisse

📋 copy color: '#356482'

red 53 ◦ green 100 ◦ blue 130

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

Shades of Matisse #356482

Tints of Matisse #356482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 18.73%
G = 35.34%
B = 45.94%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356482 (or 0x356482) is known color: Matisse. HEX triplet: 35, 64 and 82. RGB value is (53,100,130). Sum of RGB (Red+Green+Blue) = 53+100+130=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #356482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356482 is #CA9B7D. Grayscale: #595959. Windows color (decimal): -13278078 or 8545333. OLE color: 8545333.

HSL color Cylindrical-coordinate representation of color #356482: hue angle of 203.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356482 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 100 130 -
CMYK 0.59 0.23 0 0.49
HSL 203.38º 0.42% 0.36% -
HSV(B) 203.38º 0.59% 0.51% -
XYZ 10.05 11.48 22.81 -
YUV 89.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 53 100 130 0.59 0.23 0 0.49 203.38 0.42 0.36
Hex 35 64 82 3B 17 0 31 CB 2A 24
Octal 65 144 202 73 27 0 61 313 52 44
Binary 110101 1100100 10000010 111011 10111 0 110001 11001011 101010 100100

Color Harmonies of #356482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356482

Black with #356482

Text Example


Text Example

White with #356482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356482; }

 p { color: rgb(53,100,130); }

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

background-color css

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

 a { background-color: rgb(53,100,130); }

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

border-color css

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

 span { border-color: rgb(53,100,130); }

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