#29398d

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

Shades of Resolution Blue #29398D

Tints of Resolution Blue #29398D

Color information

#29398D (or 0x29398D) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 8D. RGB value is (41,57,141). Sum of RGB (Red+Green+Blue) = 41+57+141=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #29398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29398D is #D6C672. Grayscale: #3D3D3D. Windows color (decimal): -14075507 or 9255209. OLE color: 9255209.

HSL color Cylindrical-coordinate representation of color #29398D: hue angle of 230.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29398D is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4157141-
CMYK0.710.6000.45
HSL230.4º54.95%35.69%-
HSV(B)230.4º70.92%55.29%-
XYZ7.195.3225.85-
YUV61.79172.7113.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=17.15%
G=23.85%
B=59.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41571410.710.6000.45230.454.9535.69
Hex29398D473C02De63724
Octal5171215107740553466744
Binary101001111001100011011000111111100010110111100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29398d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29398d; }

 p { color: rgb(41,57,141); }

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

<style>
 a { background-color: #29398d; }

 a { background-color: rgb(41,57,141); }

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

<style>
 span { border-color: #29398d; }

 span { border-color: rgb(41,57,141); }

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