#293B87

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

Shades of Resolution Blue #293B87

Tints of Resolution Blue #293B87

Color information

#293B87 (or 0x293B87) is unknown color: approx Resolution Blue. HEX triplet: 29, 3B and 87. RGB value is (41,59,135). Sum of RGB (Red+Green+Blue) = 41+59+135=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #293B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B87 is #D6C478. Grayscale: #3D3D3D. Windows color (decimal): -14075001 or 8862505. OLE color: 8862505.

HSL color Cylindrical-coordinate representation of color #293B87: hue angle of 228.51º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293B87 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4159135-
CMYK0.700.5600.47
HSL228.51º53.41%34.51%-
HSV(B)228.51º69.63%52.94%-
XYZ6.855.3523.59-
YUV62.28169.04112.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=17.45%
G=25.11%
B=57.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41591350.700.5600.47228.5153.4134.51
Hex293B87463802Fe53523
Octal5173207106700573456543
Binary101001111011100001111000110111000010111111100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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