#335C84

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

Shades of Matisse #335C84

Tints of Matisse #335C84

Color information

#335C84 (or 0x335C84) is unknown color: approx Matisse. HEX triplet: 33, 5C and 84. RGB value is (51,92,132). Sum of RGB (Red+Green+Blue) = 51+92+132=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #335C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C84 is #CCA37B. Grayscale: #545454. Windows color (decimal): -13411196 or 8674355. OLE color: 8674355.

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

Color convert

RGB5192132-
CMYK0.610.3000.48
HSL209.63º44.26%35.88%-
HSV(B)209.63º61.36%51.76%-
XYZ9.3610.0223.27-
YUV84.3154.92104.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 132 (51.95% from 255) = 48%
R=18.55%
G=33.45%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51921320.610.3000.48209.6344.2635.88
Hex335C843D1E030d22c24
Octal6313420475360603225444
Binary11001110111001000010011110111110011000011010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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