Html Css Color HEX #356283 Matisse

📋 copy color: '#356283'

red 53 ◦ green 98 ◦ blue 131

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

Shades of Matisse #356283

Tints of Matisse #356283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 18.79%
G = 34.75%
B = 46.45%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356283 (or 0x356283) is known color: Matisse. HEX triplet: 35, 62 and 83. RGB value is (53,98,131). Sum of RGB (Red+Green+Blue) = 53+98+131=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #356283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356283 is #CA9D7C. Grayscale: #585858. Windows color (decimal): -13278589 or 8610357. OLE color: 8610357.

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

Color convert

RGB 53 98 131 -
CMYK 0.60 0.25 0 0.49
HSL 205.38º 0.42% 0.36% -
HSV(B) 205.38º 0.6% 0.51% -
XYZ 9.93 11.13 23.1 -
YUV 88.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 53 98 131 0.60 0.25 0 0.49 205.38 0.42 0.36
Hex 35 62 83 3C 19 0 31 CD 2A 24
Octal 65 142 203 74 31 0 61 315 52 44
Binary 110101 1100010 10000011 111100 11001 0 110001 11001101 101010 100100

Color Harmonies of #356283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356283

Black with #356283

Text Example


Text Example

White with #356283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356283; }

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

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

background-color css

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

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

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

border-color css

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

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

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