#29386D

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

Shades of Resolution Blue #29386D

Tints of Resolution Blue #29386D

Color information

#29386D (or 0x29386D) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 6D. RGB value is (41,56,109). Sum of RGB (Red+Green+Blue) = 41+56+109=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #29386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29386D is #D6C792. Grayscale: #393939. Windows color (decimal): -14075795 or 7157801. OLE color: 7157801.

HSL color Cylindrical-coordinate representation of color #29386D: hue angle of 226.76º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29386D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4156109-
CMYK0.620.4900.57
HSL226.76º45.33%29.41%-
HSV(B)226.76º62.39%42.75%-
XYZ5.094.415.05-
YUV57.56157.03116.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=19.90%
G=27.18%
B=52.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41561090.620.4900.57226.7645.3329.41
Hex29386D3E31039e32d1d
Octal517015576610713435535
Binary101001111000110110111111011000101110011110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29386D; }

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

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

<style>
 a { background-color: #29386D; }

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

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

<style>
 span { border-color: #29386D; }

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

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