#293F7A

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

Shades of Resolution Blue #293F7A

Tints of Resolution Blue #293F7A

Color information

#293F7A (or 0x293F7A) is unknown color: approx Resolution Blue. HEX triplet: 29, 3F and 7A. RGB value is (41,63,122). Sum of RGB (Red+Green+Blue) = 41+63+122=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #293F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F7A is #D6C085. Grayscale: #3E3E3E. Windows color (decimal): -14073990 or 8011561. OLE color: 8011561.

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

Color convert

RGB4163122-
CMYK0.660.4800.52
HSL223.7º49.69%31.96%-
HSV(B)223.7º66.39%47.84%-
XYZ6.25.4319.13-
YUV63.15161.21112.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=18.14%
G=27.88%
B=53.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41631220.660.4800.52223.749.6931.96
Hex293F7A4230034e03220
Octal5177172102600643406240
Binary10100111111111110101000010110000011010011100000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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