#293A78

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

Shades of Resolution Blue #293A78

Tints of Resolution Blue #293A78

Color information

#293A78 (or 0x293A78) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 78. RGB value is (41,58,120). Sum of RGB (Red+Green+Blue) = 41+58+120=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #293A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A78 is #D6C587. Grayscale: #3B3B3B. Windows color (decimal): -14075272 or 7879209. OLE color: 7879209.

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

Color convert

RGB4158120-
CMYK0.660.5200.53
HSL227.09º49.07%31.57%-
HSV(B)227.09º65.83%47.06%-
XYZ5.824.8518.4-
YUV59.98161.87114.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=18.72%
G=26.48%
B=54.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41581200.660.5200.53227.0949.0731.57
Hex293A784234035e33120
Octal5172170102640653436140
Binary10100111101011110001000010110100011010111100011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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