#335C83

Color #335C83 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #335C83

Tints of Matisse #335C83

Color information

#335C83 (or 0x335C83) is unknown color: approx Matisse. HEX triplet: 33, 5C and 83. RGB value is (51,92,131). Sum of RGB (Red+Green+Blue) = 51+92+131=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #335C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C83 is #CCA37C. Grayscale: #535353. Windows color (decimal): -13411197 or 8608819. OLE color: 8608819.

HSL color Cylindrical-coordinate representation of color #335C83: hue angle of 209.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335C83 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5192131-
CMYK0.610.3000.49
HSL209.25º43.96%35.69%-
HSV(B)209.25º61.07%51.37%-
XYZ9.291022.91-
YUV84.19154.42104.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=18.61%
G=33.58%
B=47.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51921310.610.3000.49209.2543.9635.69
Hex335C833D1E031d12c24
Octal6313420375360613215444
Binary11001110111001000001111110111110011000111010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335C83; }

 p { color: rgb(51,92,131); }

 H1.HeaderClassName
 {
   color: #335C83;
 }
 .AnyTagClassName
 {
   color: #335C83;
 }
</style>
background-color css

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

 a { background-color: rgb(51,92,131); }

 div.DivClassName
 {
   background-color: #335C83;
 }
 .BgClassName
 {
   background-color: #335C83;
 }
</style>
border-color css

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

 span { border-color: rgb(51,92,131); }

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