#293B7A

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

Shades of Resolution Blue #293B7A

Tints of Resolution Blue #293B7A

Color information

#293B7A (or 0x293B7A) is unknown color: approx Resolution Blue. HEX triplet: 29, 3B and 7A. RGB value is (41,59,122). Sum of RGB (Red+Green+Blue) = 41+59+122=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #293B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B7A is #D6C485. Grayscale: #3C3C3C. Windows color (decimal): -14075014 or 8010537. OLE color: 8010537.

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

Color convert

RGB4159122-
CMYK0.660.5200.52
HSL226.67º49.69%31.96%-
HSV(B)226.67º66.39%47.84%-
XYZ5.99519.06-
YUV60.8162.54113.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=18.47%
G=26.58%
B=54.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41591220.660.5200.52226.6749.6931.96
Hex293B7A4234034e33220
Octal5173172102640643436240
Binary10100111101111110101000010110100011010011100011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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