#293A8C

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

Shades of Resolution Blue #293A8C

Tints of Resolution Blue #293A8C

Color information

#293A8C (or 0x293A8C) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 8C. RGB value is (41,58,140). Sum of RGB (Red+Green+Blue) = 41+58+140=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #293A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A8C is #D6C573. Grayscale: #3D3D3D. Windows color (decimal): -14075252 or 9189929. OLE color: 9189929.

HSL color Cylindrical-coordinate representation of color #293A8C: hue angle of 229.7º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293A8C is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4158140-
CMYK0.710.5900.45
HSL229.7º54.7%35.49%-
HSV(B)229.7º70.71%54.9%-
XYZ7.165.3925.47-
YUV62.26171.87112.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 140 (55.08% from 255) = 58.58%
R=17.15%
G=24.27%
B=58.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41581400.710.5900.45229.754.735.49
Hex293A8C473B02De63723
Octal5172214107730553466743
Binary101001111010100011001000111111011010110111100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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