#335D75

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

Shades of Blumine #335D75

Tints of Blumine #335D75

Color information

#335D75 (or 0x335D75) is unknown color: approx Blumine. HEX triplet: 33, 5D and 75. RGB value is (51,93,117). Sum of RGB (Red+Green+Blue) = 51+93+117=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #335D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D75 is #CCA28A. Grayscale: #535353. Windows color (decimal): -13410955 or 7691571. OLE color: 7691571.

HSL color Cylindrical-coordinate representation of color #335D75: hue angle of 201.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335D75 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5193117-
CMYK0.560.2100.54
HSL201.82º39.29%32.94%-
HSV(B)201.82º56.41%45.88%-
XYZ8.499.8218.28-
YUV83.18147.09105.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=19.54%
G=35.63%
B=44.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51931170.560.2100.54201.8239.2932.94
Hex335D753815036ca2721
Octal6313516570250663124741
Binary1100111011101111010111100010101011011011001010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,117); }

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

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

 a { background-color: rgb(51,93,117); }

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

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

 span { border-color: rgb(51,93,117); }

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