#335E7D

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

Shades of Matisse #335E7D

Tints of Matisse #335E7D

Color information

#335E7D (or 0x335E7D) is unknown color: approx Matisse. HEX triplet: 33, 5E and 7D. RGB value is (51,94,125). Sum of RGB (Red+Green+Blue) = 51+94+125=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #335E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E7D is #CCA182. Grayscale: #545454. Windows color (decimal): -13410691 or 8216115. OLE color: 8216115.

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

Color convert

RGB5194125-
CMYK0.590.2500.51
HSL205.14º42.05%34.51%-
HSV(B)205.14º59.2%49.02%-
XYZ9.0710.1920.89-
YUV84.68150.75103.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=18.89%
G=34.81%
B=46.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51941250.590.2500.51205.1442.0534.51
Hex335E7D3B19033cd2a23
Octal6313617573310633155243
Binary1100111011110111110111101111001011001111001101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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