Html Css Color HEX #356483 Matisse

📋 copy color: '#356483'

red 53 ◦ green 100 ◦ blue 131

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

Shades of Matisse #356483

Tints of Matisse #356483

RGB

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

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

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

R = 18.66%
G = 35.21%
B = 46.13%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356483 (or 0x356483) is known color: Matisse. HEX triplet: 35, 64 and 83. RGB value is (53,100,131). Sum of RGB (Red+Green+Blue) = 53+100+131=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #356483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356483 is #CA9B7C. Grayscale: #595959. Windows color (decimal): -13278077 or 8610869. OLE color: 8610869.

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

Color convert

RGB 53 100 131 -
CMYK 0.60 0.24 0 0.49
HSL 203.85º 0.42% 0.36% -
HSV(B) 203.85º 0.6% 0.51% -
XYZ 10.12 11.51 23.16 -
YUV 89.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 53 100 131 0.60 0.24 0 0.49 203.85 0.42 0.36
Hex 35 64 83 3C 18 0 31 CC 2A 24
Octal 65 144 203 74 30 0 61 314 52 44
Binary 110101 1100100 10000011 111100 11000 0 110001 11001100 101010 100100

Color Harmonies of #356483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356483

Black with #356483

Text Example


Text Example

White with #356483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356483; }

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

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

background-color css

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

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

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

border-color css

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

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

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