#326275

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

Shades of Blumine #326275

Tints of Blumine #326275

Color information

#326275 (or 0x326275) is unknown color: approx Blumine. HEX triplet: 32, 62 and 75. RGB value is (50,98,117). Sum of RGB (Red+Green+Blue) = 50+98+117=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #326275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326275 is #CD9D8A. Grayscale: #555555. Windows color (decimal): -13475211 or 7692850. OLE color: 7692850.

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

Color convert

RGB5098117-
CMYK0.570.1600.54
HSL197.01º40.12%32.75%-
HSV(B)197.01º57.26%45.88%-
XYZ8.8910.718.43-
YUV85.81145.6102.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=18.87%
G=36.98%
B=44.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50981170.570.1600.54197.0140.1232.75
Hex3262753910036c52821
Octal6214216571200663055041
Binary1100101100010111010111100110000011011011000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326275; }

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

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

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

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

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

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

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

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