#326279

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

Shades of Blumine #326279

Tints of Blumine #326279

Color information

#326279 (or 0x326279) is unknown color: approx Blumine. HEX triplet: 32, 62 and 79. RGB value is (50,98,121). Sum of RGB (Red+Green+Blue) = 50+98+121=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #326279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326279 is #CD9D86. Grayscale: #565656. Windows color (decimal): -13475207 or 7954994. OLE color: 7954994.

HSL color Cylindrical-coordinate representation of color #326279: hue angle of 199.44º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326279 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5098121-
CMYK0.590.1900.53
HSL199.44º41.52%33.53%-
HSV(B)199.44º58.68%47.45%-
XYZ9.1310.7919.69-
YUV86.27147.6102.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=18.59%
G=36.43%
B=44.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50981210.590.1900.53199.4441.5233.53
Hex3262793B13035c72a22
Octal6214217173230653075242
Binary1100101100010111100111101110011011010111000111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326279; }

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

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

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

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

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

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

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

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