#293E78

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

Shades of Resolution Blue #293E78

Tints of Resolution Blue #293E78

Color information

#293E78 (or 0x293E78) is unknown color: approx Resolution Blue. HEX triplet: 29, 3E and 78. RGB value is (41,62,120). Sum of RGB (Red+Green+Blue) = 41+62+120=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #293E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E78 is #D6C187. Grayscale: #3E3E3E. Windows color (decimal): -14074248 or 7880233. OLE color: 7880233.

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

Color convert

RGB4162120-
CMYK0.660.4800.53
HSL224.05º49.07%31.57%-
HSV(B)224.05º65.83%47.06%-
XYZ6.035.2718.47-
YUV62.33160.54112.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=18.39%
G=27.80%
B=53.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41621200.660.4800.53224.0549.0731.57
Hex293E784230035e03120
Octal5176170102600653406140
Binary10100111111011110001000010110000011010111100000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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