#335F70

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

Shades of Blumine #335F70

Tints of Blumine #335F70

Color information

#335F70 (or 0x335F70) is unknown color: approx Blumine. HEX triplet: 33, 5F and 70. RGB value is (51,95,112). Sum of RGB (Red+Green+Blue) = 51+95+112=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #335F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F70 is #CCA08F. Grayscale: #535353. Windows color (decimal): -13410448 or 7364403. OLE color: 7364403.

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

Color convert

RGB5195112-
CMYK0.540.1500.56
HSL196.72º37.42%31.96%-
HSV(B)196.72º54.46%43.92%-
XYZ8.3810.0616.83-
YUV83.78143.92104.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=19.77%
G=36.82%
B=43.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51951120.540.1500.56196.7237.4231.96
Hex335F7036F038c52520
Octal6313716066170703054540
Binary110011101111111100001101101111011100011000101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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