#324077

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

Shades of Resolution Blue #324077

Tints of Resolution Blue #324077

Color information

#324077 (or 0x324077) is unknown color: approx Resolution Blue. HEX triplet: 32, 40 and 77. RGB value is (50,64,119). Sum of RGB (Red+Green+Blue) = 50+64+119=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #324077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324077 is #CDBF88. Grayscale: #414141. Windows color (decimal): -13483913 or 7815218. OLE color: 7815218.

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

Color convert

RGB5064119-
CMYK0.580.4600.53
HSL227.83º40.83%33.14%-
HSV(B)227.83º57.98%46.67%-
XYZ6.485.6818.21-
YUV66.08157.86116.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=21.46%
G=27.47%
B=51.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50641190.580.4600.53227.8340.8333.14
Hex3240773A2E035e42921
Octal6210016772560653445141
Binary11001010000001110111111010101110011010111100100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324077; }

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

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

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

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

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

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

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

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