#29387A

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

Shades of Resolution Blue #29387A

Tints of Resolution Blue #29387A

Color information

#29387A (or 0x29387A) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 7A. RGB value is (41,56,122). Sum of RGB (Red+Green+Blue) = 41+56+122=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #29387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29387A is #D6C785. Grayscale: #3A3A3A. Windows color (decimal): -14075782 or 8009769. OLE color: 8009769.

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

Color convert

RGB4156122-
CMYK0.660.5400.52
HSL228.89º49.69%31.96%-
HSV(B)228.89º66.39%47.84%-
XYZ5.844.719.01-
YUV59.04163.53115.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=18.72%
G=25.57%
B=55.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41561220.660.5400.52228.8949.6931.96
Hex29387A4236034e53220
Octal5170172102660643456240
Binary10100111100011110101000010110110011010011100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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