#293477

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

Shades of Resolution Blue #293477

Tints of Resolution Blue #293477

Color information

#293477 (or 0x293477) is unknown color: approx Resolution Blue. HEX triplet: 29, 34 and 77. RGB value is (41,52,119). Sum of RGB (Red+Green+Blue) = 41+52+119=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #293477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293477 is #D6CB88. Grayscale: #383838. Windows color (decimal): -14076809 or 7812137. OLE color: 7812137.

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

Color convert

RGB4152119-
CMYK0.660.5600.53
HSL231.54º48.75%31.37%-
HSV(B)231.54º65.55%46.67%-
XYZ5.474.2617.99-
YUV56.35163.36117.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=19.34%
G=24.53%
B=56.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41521190.660.5600.53231.5448.7531.37
Hex2934774238035e8311f
Octal5164167102700653506137
Binary1010011101001110111100001011100001101011110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293477; }

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

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

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

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

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

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

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

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