#293A85

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

Shades of Resolution Blue #293A85

Tints of Resolution Blue #293A85

Color information

#293A85 (or 0x293A85) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 85. RGB value is (41,58,133). Sum of RGB (Red+Green+Blue) = 41+58+133=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #293A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A85 is #D6C57A. Grayscale: #3D3D3D. Windows color (decimal): -14075259 or 8731177. OLE color: 8731177.

HSL color Cylindrical-coordinate representation of color #293A85: hue angle of 228.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293A85 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4158133-
CMYK0.690.5600.48
HSL228.91º52.87%34.12%-
HSV(B)228.91º69.17%52.16%-
XYZ6.665.1922.84-
YUV61.47168.37113.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=17.67%
G=25%
B=57.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41581330.690.5600.48228.9152.8734.12
Hex293A854538030e53522
Octal5172205105700603456542
Binary101001111010100001011000101111000011000011100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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