#335E7B

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

Shades of Matisse #335E7B

Tints of Matisse #335E7B

Color information

#335E7B (or 0x335E7B) is unknown color: approx Matisse. HEX triplet: 33, 5E and 7B. RGB value is (51,94,123). Sum of RGB (Red+Green+Blue) = 51+94+123=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #335E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E7B is #CCA184. Grayscale: #545454. Windows color (decimal): -13410693 or 8085043. OLE color: 8085043.

HSL color Cylindrical-coordinate representation of color #335E7B: hue angle of 204.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #335E7B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5194123-
CMYK0.590.2400.52
HSL204.17º41.38%34.12%-
HSV(B)204.17º58.54%48.24%-
XYZ8.9410.1420.22-
YUV84.45149.75104.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=19.03%
G=35.07%
B=45.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51941230.590.2400.52204.1741.3834.12
Hex335E7B3B18034cc2922
Octal6313617373300643145142
Binary1100111011110111101111101111000011010011001100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,94,123); }

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

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

 a { background-color: rgb(51,94,123); }

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

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

 span { border-color: rgb(51,94,123); }

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