#29367A

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

Shades of Resolution Blue #29367A

Tints of Resolution Blue #29367A

Color information

#29367A (or 0x29367A) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 7A. RGB value is (41,54,122). Sum of RGB (Red+Green+Blue) = 41+54+122=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #29367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29367A is #D6C985. Grayscale: #393939. Windows color (decimal): -14076294 or 8009257. OLE color: 8009257.

HSL color Cylindrical-coordinate representation of color #29367A: hue angle of 230.37º 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 #29367A is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4154122-
CMYK0.660.5600.52
HSL230.37º49.69%31.96%-
HSV(B)230.37º66.39%47.84%-
XYZ5.754.5118.98-
YUV57.86164.19115.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=18.89%
G=24.88%
B=56.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41541220.660.5600.52230.3749.6931.96
Hex29367A4238034e63220
Octal5166172102700643466240
Binary10100111011011110101000010111000011010011100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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