#293977

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

Shades of Resolution Blue #293977

Tints of Resolution Blue #293977

Color information

#293977 (or 0x293977) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 77. RGB value is (41,57,119). Sum of RGB (Red+Green+Blue) = 41+57+119=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #293977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293977 is #D6C688. Grayscale: #3B3B3B. Windows color (decimal): -14075529 or 7813417. OLE color: 7813417.

HSL color Cylindrical-coordinate representation of color #293977: hue angle of 227.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293977 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4157119-
CMYK0.660.5200.53
HSL227.69º48.75%31.37%-
HSV(B)227.69º65.55%46.67%-
XYZ5.714.7318.06-
YUV59.28161.7114.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=18.89%
G=26.27%
B=54.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41571190.660.5200.53227.6948.7531.37
Hex2939774234035e4311f
Octal5171167102640653446137
Binary1010011110011110111100001011010001101011110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293977; }

 p { color: rgb(41,57,119); }

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

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

 a { background-color: rgb(41,57,119); }

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

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

 span { border-color: rgb(41,57,119); }

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