#335D71

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

Shades of Blumine #335D71

Tints of Blumine #335D71

Color information

#335D71 (or 0x335D71) is unknown color: approx Blumine. HEX triplet: 33, 5D and 71. RGB value is (51,93,113). Sum of RGB (Red+Green+Blue) = 51+93+113=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #335D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D71 is #CCA28E. Grayscale: #525252. Windows color (decimal): -13410959 or 7429427. OLE color: 7429427.

HSL color Cylindrical-coordinate representation of color #335D71: hue angle of 199.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335D71 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5193113-
CMYK0.550.1800.56
HSL199.35º37.8%32.16%-
HSV(B)199.35º54.87%44.31%-
XYZ8.269.7217.06-
YUV82.72145.09105.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=19.84%
G=36.19%
B=43.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51931130.550.1800.56199.3537.832.16
Hex335D713712038c72620
Octal6313516167220703074640
Binary1100111011101111000111011110010011100011000111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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