#293C80

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

Shades of Resolution Blue #293C80

Tints of Resolution Blue #293C80

Color information

#293C80 (or 0x293C80) is unknown color: approx Resolution Blue. HEX triplet: 29, 3C and 80. RGB value is (41,60,128). Sum of RGB (Red+Green+Blue) = 41+60+128=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #293C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C80 is #D6C37F. Grayscale: #3D3D3D. Windows color (decimal): -14074752 or 8404009. OLE color: 8404009.

HSL color Cylindrical-coordinate representation of color #293C80: hue angle of 226.9º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293C80 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4160128-
CMYK0.680.5300.50
HSL226.9º51.48%33.14%-
HSV(B)226.9º67.97%50.2%-
XYZ6.435.2621.1-
YUV62.07165.21112.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 128 (50.39% from 255) = 55.90%
R=17.90%
G=26.20%
B=55.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41601280.680.5300.50226.951.4833.14
Hex293C804435032e33321
Octal5174200104650623436341
Binary101001111100100000001000100110101011001011100011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293C80; }

 p { color: rgb(41,60,128); }

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

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

 a { background-color: rgb(41,60,128); }

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

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

 span { border-color: rgb(41,60,128); }

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