#293B78

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

Shades of Resolution Blue #293B78

Tints of Resolution Blue #293B78

Color information

#293B78 (or 0x293B78) is unknown color: approx Resolution Blue. HEX triplet: 29, 3B and 78. RGB value is (41,59,120). Sum of RGB (Red+Green+Blue) = 41+59+120=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #293B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B78 is #D6C487. Grayscale: #3C3C3C. Windows color (decimal): -14075016 or 7879465. OLE color: 7879465.

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

Color convert

RGB4159120-
CMYK0.660.5100.53
HSL226.33º49.07%31.57%-
HSV(B)226.33º65.83%47.06%-
XYZ5.874.9618.42-
YUV60.57161.54114.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=18.64%
G=26.82%
B=54.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41591200.660.5100.53226.3349.0731.57
Hex293B784233035e23120
Octal5173170102630653426140
Binary10100111101111110001000010110011011010111100010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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