#336671

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

Shades of Blumine #336671

Tints of Blumine #336671

Color information

#336671 (or 0x336671) is unknown color: approx Blumine. HEX triplet: 33, 66 and 71. RGB value is (51,102,113). Sum of RGB (Red+Green+Blue) = 51+102+113=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #336671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336671 is #CC998E. Grayscale: #575757. Windows color (decimal): -13408655 or 7431731. OLE color: 7431731.

HSL color Cylindrical-coordinate representation of color #336671: hue angle of 190.65º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336671 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51102113-
CMYK0.550.1000.56
HSL190.65º37.8%32.16%-
HSV(B)190.65º54.87%44.31%-
XYZ9.111.417.34-
YUV88142.1101.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=19.17%
G=38.35%
B=42.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511021130.550.1000.56190.6537.832.16
Hex33667137A038bf2620
Octal6314616167120702774640
Binary110011110011011100011101111010011100010111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336671; }

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

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

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

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

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

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

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

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