#29378B

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

Shades of Resolution Blue #29378B

Tints of Resolution Blue #29378B

Color information

#29378B (or 0x29378B) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 8B. RGB value is (41,55,139). Sum of RGB (Red+Green+Blue) = 41+55+139=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #29378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29378B is #D6C874. Grayscale: #3C3C3C. Windows color (decimal): -14076021 or 9123625. OLE color: 9123625.

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

Color convert

RGB4155139-
CMYK0.710.6000.45
HSL231.43º54.44%35.29%-
HSV(B)231.43º70.5%54.51%-
XYZ6.945.0725.04-
YUV60.39172.36114.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=17.45%
G=23.40%
B=59.15%

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
Decimal41551390.710.6000.45231.4354.4435.29
Hex29378B473C02De73623
Octal5167213107740553476643
Binary101001110111100010111000111111100010110111100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,55,139); }

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

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

 a { background-color: rgb(41,55,139); }

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

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

 span { border-color: rgb(41,55,139); }

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