#335566

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

Shades of Blumine #335566

Tints of Blumine #335566

Color information

#335566 (or 0x335566) is unknown color: approx Blumine. HEX triplet: 33, 55 and 66. RGB value is (51,85,102). Sum of RGB (Red+Green+Blue) = 51+85+102=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #335566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335566 is #CCAA99. Grayscale: #4C4C4C. Windows color (decimal): -13413018 or 6706483. OLE color: 6706483.

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

Color convert

RGB5185102-
CMYK0.50.1700.6
HSL200º33.33%30%-
HSV(B)200º50%40%-
XYZ7.018.1613.78-
YUV76.77142.24109.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=21.43%
G=35.71%
B=42.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51851020.50.1700.620033.3330
Hex335566321103Cc8211e
Octal6312514662210743104136
Binary110011101010111001101100101000101111001100100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335566; }

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

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

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

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

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

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

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

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