#293D7A

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

Shades of Resolution Blue #293D7A

Tints of Resolution Blue #293D7A

Color information

#293D7A (or 0x293D7A) is unknown color: approx Resolution Blue. HEX triplet: 29, 3D and 7A. RGB value is (41,61,122). Sum of RGB (Red+Green+Blue) = 41+61+122=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #293D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D7A is #D6C285. Grayscale: #3D3D3D. Windows color (decimal): -14074502 or 8011049. OLE color: 8011049.

HSL color Cylindrical-coordinate representation of color #293D7A: hue angle of 225.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293D7A is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4161122-
CMYK0.660.5000.52
HSL225.19º49.69%31.96%-
HSV(B)225.19º66.39%47.84%-
XYZ6.15.2119.1-
YUV61.97161.87113.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=18.30%
G=27.23%
B=54.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41611220.660.5000.52225.1949.6931.96
Hex293D7A4232034e13220
Octal5175172102620643416240
Binary10100111110111110101000010110010011010011100001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,122); }

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

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

 a { background-color: rgb(41,61,122); }

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

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

 span { border-color: rgb(41,61,122); }

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