#335666

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

Shades of Blumine #335666

Tints of Blumine #335666

Color information

#335666 (or 0x335666) is unknown color: approx Blumine. HEX triplet: 33, 56 and 66. RGB value is (51,86,102). Sum of RGB (Red+Green+Blue) = 51+86+102=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #335666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335666 is #CCA999. Grayscale: #4D4D4D. Windows color (decimal): -13412762 or 6706739. OLE color: 6706739.

HSL color Cylindrical-coordinate representation of color #335666: hue angle of 198.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335666 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5186102-
CMYK0.50.1600.6
HSL198.82º33.33%30%-
HSV(B)198.82º50%40%-
XYZ7.098.3213.8-
YUV77.36141.9109.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=21.34%
G=35.98%
B=42.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51861020.50.1600.6198.8233.3330
Hex335666321003Cc7211e
Octal6312614662200743074136
Binary110011101011011001101100101000001111001100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335666; }

 p { color: rgb(51,86,102); }

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

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

 a { background-color: rgb(51,86,102); }

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

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

 span { border-color: rgb(51,86,102); }

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