#335766

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

Shades of Blumine #335766

Tints of Blumine #335766

Color information

#335766 (or 0x335766) is unknown color: approx Blumine. HEX triplet: 33, 57 and 66. RGB value is (51,87,102). Sum of RGB (Red+Green+Blue) = 51+87+102=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #335766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335766 is #CCA899. Grayscale: #4D4D4D. Windows color (decimal): -13412506 or 6706995. OLE color: 6706995.

HSL color Cylindrical-coordinate representation of color #335766: hue angle of 197.65º 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 #335766 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5187102-
CMYK0.50.1500.6
HSL197.65º33.33%30%-
HSV(B)197.65º50%40%-
XYZ7.178.4813.83-
YUV77.95141.57108.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=21.25%
G=36.25%
B=42.5%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51871020.50.1500.6197.6533.3330
Hex33576632F03Cc6211e
Octal6312714662170743064136
Binary11001110101111100110110010111101111001100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335766; }

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

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

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

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

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

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

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

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