#29447B

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

Shades of Resolution Blue #29447B

Tints of Resolution Blue #29447B

Color information

#29447B (or 0x29447B) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 7B. RGB value is (41,68,123). Sum of RGB (Red+Green+Blue) = 41+68+123=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #29447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447B is #D6BB84. Grayscale: #414141. Windows color (decimal): -14072709 or 8078377. OLE color: 8078377.

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

Color convert

RGB4168123-
CMYK0.670.4500.52
HSL220.24º50%32.16%-
HSV(B)220.24º66.67%48.24%-
XYZ6.566.0419.56-
YUV66.2160.05110.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=17.67%
G=29.31%
B=53.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41681230.670.4500.52220.245032.16
Hex29447B432D034dc3220
Octal51104173103550643346240
Binary101001100010011110111000011101101011010011011100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29447B; }

 p { color: rgb(41,68,123); }

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

<style>
 a { background-color: #29447B; }

 a { background-color: rgb(41,68,123); }

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

<style>
 span { border-color: #29447B; }

 span { border-color: rgb(41,68,123); }

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