#326773

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

Shades of Blumine #326773

Tints of Blumine #326773

Color information

#326773 (or 0x326773) is unknown color: approx Blumine. HEX triplet: 32, 67 and 73. RGB value is (50,103,115). Sum of RGB (Red+Green+Blue) = 50+103+115=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 103 (40.62% from 255 or 38.43% 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 #326773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326773 is #CD988C. Grayscale: #585858. Windows color (decimal): -13473933 or 7563058. OLE color: 7563058.

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

Color convert

RGB50103115-
CMYK0.570.1000.55
HSL191.08º39.39%32.35%-
HSV(B)191.08º56.52%45.1%-
XYZ9.2611.6217.97-
YUV88.52142.94100.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=18.66%
G=38.43%
B=42.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501031150.570.1000.55191.0839.3932.35
Hex32677339A037bf2720
Octal6214716371120672774740
Binary110010110011111100111110011010011011110111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326773; }

 p { color: rgb(50,103,115); }

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

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

 a { background-color: rgb(50,103,115); }

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

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

 span { border-color: rgb(50,103,115); }

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