#336772

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

Shades of Blumine #336772

Tints of Blumine #336772

Color information

#336772 (or 0x336772) is unknown color: approx Blumine. HEX triplet: 33, 67 and 72. RGB value is (51,103,114). Sum of RGB (Red+Green+Blue) = 51+103+114=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #336772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336772 is #CC988D. Grayscale: #585858. Windows color (decimal): -13408398 or 7497523. OLE color: 7497523.

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

Color convert

RGB51103114-
CMYK0.550.1000.55
HSL190.48º38.18%32.35%-
HSV(B)190.48º55.26%44.71%-
XYZ9.2511.6217.67-
YUV88.71142.27101.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=19.03%
G=38.43%
B=42.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511031140.550.1000.55190.4838.1832.35
Hex33677237A037be2620
Octal6314716267120672764640
Binary110011110011111100101101111010011011110111110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336772; }

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

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

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

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

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

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

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

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