#326268

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

Shades of Blumine #326268

Tints of Blumine #326268

Color information

#326268 (or 0x326268) is unknown color: approx Blumine. HEX triplet: 32, 62 and 68. RGB value is (50,98,104). Sum of RGB (Red+Green+Blue) = 50+98+104=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #326268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326268 is #CD9D97. Grayscale: #545454. Windows color (decimal): -13475224 or 6840882. OLE color: 6840882.

HSL color Cylindrical-coordinate representation of color #326268: hue angle of 186.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326268 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5098104-
CMYK0.520.0600.59
HSL186.67º35.06%30.2%-
HSV(B)186.67º51.92%40.78%-
XYZ8.1810.4114.68-
YUV84.33139.1103.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=19.84%
G=38.89%
B=41.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50981040.520.0600.59186.6735.0630.2
Hex32626834603Bbb231e
Octal621421506460732734336
Binary1100101100010110100011010011001110111011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326268; }

 p { color: rgb(50,98,104); }

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

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

 a { background-color: rgb(50,98,104); }

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

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

 span { border-color: rgb(50,98,104); }

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