Html Css Color HEX #356282 Matisse

📋 copy color: '#356282'

red 53 ◦ green 98 ◦ blue 130

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

Shades of Matisse #356282

Tints of Matisse #356282

RGB

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

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

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

R = 18.86%
G = 34.88%
B = 46.26%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356282 (or 0x356282) is known color: Matisse. HEX triplet: 35, 62 and 82. RGB value is (53,98,130). Sum of RGB (Red+Green+Blue) = 53+98+130=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #356282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356282 is #CA9D7D. Grayscale: #585858. Windows color (decimal): -13278590 or 8544821. OLE color: 8544821.

HSL color Cylindrical-coordinate representation of color #356282: hue angle of 204.94º 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 #356282 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 98 130 -
CMYK 0.59 0.25 0 0.49
HSL 204.94º 0.42% 0.36% -
HSV(B) 204.94º 0.59% 0.51% -
XYZ 9.87 11.1 22.74 -
YUV 88.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 53 98 130 0.59 0.25 0 0.49 204.94 0.42 0.36
Hex 35 62 82 3B 19 0 31 CD 2A 24
Octal 65 142 202 73 31 0 61 315 52 44
Binary 110101 1100010 10000010 111011 11001 0 110001 11001101 101010 100100

Color Harmonies of #356282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356282

Black with #356282

Text Example


Text Example

White with #356282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356282; }

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

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

background-color css

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

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

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

border-color css

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

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

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