#335B75

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

Shades of Blumine #335B75

Tints of Blumine #335B75

Color information

#335B75 (or 0x335B75) is unknown color: approx Blumine. HEX triplet: 33, 5B and 75. RGB value is (51,91,117). Sum of RGB (Red+Green+Blue) = 51+91+117=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #335B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B75 is #CCA48A. Grayscale: #515151. Windows color (decimal): -13411467 or 7691059. OLE color: 7691059.

HSL color Cylindrical-coordinate representation of color #335B75: hue angle of 203.64º 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 #335B75 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5191117-
CMYK0.560.2200.54
HSL203.64º39.29%32.94%-
HSV(B)203.64º56.41%45.88%-
XYZ8.329.4718.22-
YUV82147.75105.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=19.69%
G=35.14%
B=45.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51911170.560.2200.54203.6439.2932.94
Hex335B753816036cc2721
Octal6313316570260663144741
Binary1100111011011111010111100010110011011011001100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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