#293E7B

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

Shades of Resolution Blue #293E7B

Tints of Resolution Blue #293E7B

Color information

#293E7B (or 0x293E7B) is unknown color: approx Resolution Blue. HEX triplet: 29, 3E and 7B. RGB value is (41,62,123). Sum of RGB (Red+Green+Blue) = 41+62+123=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #293E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E7B is #D6C184. Grayscale: #3E3E3E. Windows color (decimal): -14074245 or 8076841. OLE color: 8076841.

HSL color Cylindrical-coordinate representation of color #293E7B: hue angle of 224.63º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293E7B is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4162123-
CMYK0.670.5000.52
HSL224.63º50%32.16%-
HSV(B)224.63º66.67%48.24%-
XYZ6.215.3519.44-
YUV62.68162.04112.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=18.14%
G=27.43%
B=54.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41621230.670.5000.52224.635032.16
Hex293E7B4332034e13220
Octal5176173103620643416240
Binary10100111111011110111000011110010011010011100001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,62,123); }

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

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

 a { background-color: rgb(41,62,123); }

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

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

 span { border-color: rgb(41,62,123); }

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