#326076

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

Shades of Blumine #326076

Tints of Blumine #326076

Color information

#326076 (or 0x326076) is unknown color: approx Blumine. HEX triplet: 32, 60 and 76. RGB value is (50,96,118). Sum of RGB (Red+Green+Blue) = 50+96+118=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #326076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326076 is #CD9F89. Grayscale: #545454. Windows color (decimal): -13475722 or 7757874. OLE color: 7757874.

HSL color Cylindrical-coordinate representation of color #326076: hue angle of 199.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326076 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5096118-
CMYK0.580.1900.54
HSL199.41º40.48%32.94%-
HSV(B)199.41º57.63%46.27%-
XYZ8.7710.3518.68-
YUV84.75146.76103.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=18.94%
G=36.36%
B=44.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50961180.580.1900.54199.4140.4832.94
Hex3260763A13036c72821
Octal6214016672230663075041
Binary1100101100000111011011101010011011011011000111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326076; }

 p { color: rgb(50,96,118); }

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

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

 a { background-color: rgb(50,96,118); }

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

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

 span { border-color: rgb(50,96,118); }

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