#326277

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

Shades of Blumine #326277

Tints of Blumine #326277

Color information

#326277 (or 0x326277) is unknown color: approx Blumine. HEX triplet: 32, 62 and 77. RGB value is (50,98,119). Sum of RGB (Red+Green+Blue) = 50+98+119=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #326277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326277 is #CD9D88. Grayscale: #555555. Windows color (decimal): -13475209 or 7823922. OLE color: 7823922.

HSL color Cylindrical-coordinate representation of color #326277: hue angle of 198.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326277 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5098119-
CMYK0.580.1800.53
HSL198.26º40.83%33.14%-
HSV(B)198.26º57.98%46.67%-
XYZ9.0110.7519.05-
YUV86.04146.6102.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=18.73%
G=36.70%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50981190.580.1800.53198.2640.8333.14
Hex3262773A12035c62921
Octal6214216772220653065141
Binary1100101100010111011111101010010011010111000110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326277; }

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

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

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

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

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

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

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

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