#29407A

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

Shades of Resolution Blue #29407A

Tints of Resolution Blue #29407A

Color information

#29407A (or 0x29407A) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 7A. RGB value is (41,64,122). Sum of RGB (Red+Green+Blue) = 41+64+122=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #29407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29407A is #D6BF85. Grayscale: #3F3F3F. Windows color (decimal): -14073734 or 8011817. OLE color: 8011817.

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

Color convert

RGB4164122-
CMYK0.660.4800.52
HSL222.96º49.69%31.96%-
HSV(B)222.96º66.39%47.84%-
XYZ6.265.5419.15-
YUV63.74160.88111.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=18.06%
G=28.19%
B=53.74%

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
Decimal41641220.660.4800.52222.9649.6931.96
Hex29407A4230034df3220
Octal51100172102600643376240
Binary101001100000011110101000010110000011010011011111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29407A; }

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

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

<style>
 a { background-color: #29407A; }

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

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

<style>
 span { border-color: #29407A; }

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

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