#336673

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

Shades of Blumine #336673

Tints of Blumine #336673

Color information

#336673 (or 0x336673) is unknown color: approx Blumine. HEX triplet: 33, 66 and 73. RGB value is (51,102,115). Sum of RGB (Red+Green+Blue) = 51+102+115=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #336673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336673 is #CC998C. Grayscale: #585858. Windows color (decimal): -13408653 or 7562803. OLE color: 7562803.

HSL color Cylindrical-coordinate representation of color #336673: hue angle of 192.19º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336673 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51102115-
CMYK0.560.1100.55
HSL192.19º38.55%32.55%-
HSV(B)192.19º55.65%45.1%-
XYZ9.2111.4417.94-
YUV88.23143.1101.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=19.03%
G=38.06%
B=42.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511021150.560.1100.55192.1938.5532.55
Hex33667338B037c02721
Octal6314616370130673004741
Binary110011110011011100111110001011011011111000000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336673; }

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

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

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

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

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

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

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

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