#293C7A

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

Shades of Resolution Blue #293C7A

Tints of Resolution Blue #293C7A

Color information

#293C7A (or 0x293C7A) is unknown color: approx Resolution Blue. HEX triplet: 29, 3C and 7A. RGB value is (41,60,122). Sum of RGB (Red+Green+Blue) = 41+60+122=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #293C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C7A is #D6C385. Grayscale: #3D3D3D. Windows color (decimal): -14074758 or 8010793. OLE color: 8010793.

HSL color Cylindrical-coordinate representation of color #293C7A: hue angle of 225.93º 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 #293C7A is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4160122-
CMYK0.660.5100.52
HSL225.93º49.69%31.96%-
HSV(B)225.93º66.39%47.84%-
XYZ6.045.1119.08-
YUV61.39162.21113.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=18.39%
G=26.91%
B=54.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41601220.660.5100.52225.9349.6931.96
Hex293C7A4233034e23220
Octal5174172102630643426240
Binary10100111110011110101000010110011011010011100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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