#336771

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

Shades of Blumine #336771

Tints of Blumine #336771

Color information

#336771 (or 0x336771) is unknown color: approx Blumine. HEX triplet: 33, 67 and 71. RGB value is (51,103,113). Sum of RGB (Red+Green+Blue) = 51+103+113=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #336771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336771 is #CC988E. Grayscale: #585858. Windows color (decimal): -13408399 or 7431987. OLE color: 7431987.

HSL color Cylindrical-coordinate representation of color #336771: hue angle of 189.68º 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 #336771 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51103113-
CMYK0.550.0900.56
HSL189.68º37.8%32.16%-
HSV(B)189.68º54.87%44.31%-
XYZ9.211.617.38-
YUV88.59141.77101.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=19.10%
G=38.58%
B=42.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511031130.550.0900.56189.6837.832.16
Hex336771379038be2620
Octal6314716167110702764640
Binary110011110011111100011101111001011100010111110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336771; }

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

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

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

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

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

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

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

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