#29387C

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

Shades of Resolution Blue #29387C

Tints of Resolution Blue #29387C

Color information

#29387C (or 0x29387C) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 7C. RGB value is (41,56,124). Sum of RGB (Red+Green+Blue) = 41+56+124=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #29387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29387C is #D6C783. Grayscale: #3A3A3A. Windows color (decimal): -14075780 or 8140841. OLE color: 8140841.

HSL color Cylindrical-coordinate representation of color #29387C: hue angle of 229.16º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29387C is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4156124-
CMYK0.670.5500.51
HSL229.16º50.3%32.35%-
HSV(B)229.16º66.94%48.63%-
XYZ5.974.7519.67-
YUV59.27164.53114.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=18.55%
G=25.34%
B=56.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41561240.670.5500.51229.1650.332.35
Hex29387C4337033e53220
Octal5170174103670633456240
Binary10100111100011111001000011110111011001111100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29387C; }

 p { color: rgb(41,56,124); }

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

<style>
 a { background-color: #29387C; }

 a { background-color: rgb(41,56,124); }

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

<style>
 span { border-color: #29387C; }

 span { border-color: rgb(41,56,124); }

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