#293C76

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

Shades of Resolution Blue #293C76

Tints of Resolution Blue #293C76

Color information

#293C76 (or 0x293C76) is unknown color: approx Resolution Blue. HEX triplet: 29, 3C and 76. RGB value is (41,60,118). Sum of RGB (Red+Green+Blue) = 41+60+118=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #293C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C76 is #D6C389. Grayscale: #3C3C3C. Windows color (decimal): -14074762 or 7748649. OLE color: 7748649.

HSL color Cylindrical-coordinate representation of color #293C76: hue angle of 225.19º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293C76 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4160118-
CMYK0.650.4900.54
HSL225.19º48.43%31.18%-
HSV(B)225.19º65.25%46.27%-
XYZ5.85.0117.8-
YUV60.93160.21113.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=18.72%
G=27.40%
B=53.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41601180.650.4900.54225.1948.4331.18
Hex293C764131036e1301f
Octal5174166101610663416037
Binary1010011111001110110100000111000101101101110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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