#335D70

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

Shades of Blumine #335D70

Tints of Blumine #335D70

Color information

#335D70 (or 0x335D70) is unknown color: approx Blumine. HEX triplet: 33, 5D and 70. RGB value is (51,93,112). Sum of RGB (Red+Green+Blue) = 51+93+112=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #335D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D70 is #CCA28F. Grayscale: #525252. Windows color (decimal): -13410960 or 7363891. OLE color: 7363891.

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

Color convert

RGB5193112-
CMYK0.540.1700.56
HSL198.69º37.42%31.96%-
HSV(B)198.69º54.46%43.92%-
XYZ8.29.716.77-
YUV82.61144.59105.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=19.92%
G=36.33%
B=43.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51931120.540.1700.56198.6937.4231.96
Hex335D703611038c72520
Octal6313516066210703074540
Binary1100111011101111000011011010001011100011000111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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