#293B70

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

Shades of Resolution Blue #293B70

Tints of Resolution Blue #293B70

Color information

#293B70 (or 0x293B70) is unknown color: approx Resolution Blue. HEX triplet: 29, 3B and 70. RGB value is (41,59,112). Sum of RGB (Red+Green+Blue) = 41+59+112=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #293B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B70 is #D6C48F. Grayscale: #3B3B3B. Windows color (decimal): -14075024 or 7355177. OLE color: 7355177.

HSL color Cylindrical-coordinate representation of color #293B70: hue angle of 224.79º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293B70 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4159112-
CMYK0.630.4700.56
HSL224.79º46.41%30%-
HSV(B)224.79º63.39%43.92%-
XYZ5.44.7715.97-
YUV59.66157.54114.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=19.34%
G=27.83%
B=52.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41591120.630.4700.56224.7946.4130
Hex293B703F2F038e12e1e
Octal517316077570703415636
Binary101001111011111000011111110111101110001110000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,59,112); }

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

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

 a { background-color: rgb(41,59,112); }

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

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

 span { border-color: rgb(41,59,112); }

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