#326777

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

Shades of Blumine #326777

Tints of Blumine #326777

Color information

#326777 (or 0x326777) is unknown color: approx Blumine. HEX triplet: 32, 67 and 77. RGB value is (50,103,119). Sum of RGB (Red+Green+Blue) = 50+103+119=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #326777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326777 is #CD9888. Grayscale: #585858. Windows color (decimal): -13473929 or 7825202. OLE color: 7825202.

HSL color Cylindrical-coordinate representation of color #326777: hue angle of 193.91º 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 #326777 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50103119-
CMYK0.580.1300.53
HSL193.91º40.83%33.14%-
HSV(B)193.91º57.98%46.67%-
XYZ9.511.7119.21-
YUV88.98144.94100.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=18.38%
G=37.87%
B=43.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501031190.580.1300.53193.9140.8333.14
Hex3267773AD035c22921
Octal6214716772150653025141
Binary110010110011111101111110101101011010111000010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326777; }

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

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

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

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

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

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

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

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