#29435B

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

Shades of Regal Blue #29435B

Tints of Regal Blue #29435B

Color information

#29435B (or 0x29435B) is unknown color: approx Regal Blue. HEX triplet: 29, 43 and 5B. RGB value is (41,67,91). Sum of RGB (Red+Green+Blue) = 41+67+91=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #29435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29435B is #D6BCA4. Grayscale: #3D3D3D. Windows color (decimal): -14072997 or 5980969. OLE color: 5980969.

HSL color Cylindrical-coordinate representation of color #29435B: hue angle of 208.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29435B is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB416791-
CMYK0.550.2600.64
HSL208.8º37.88%25.88%-
HSV(B)208.8º54.95%35.69%-
XYZ4.815.2410.66-
YUV61.96144.39113.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=20.60%
G=33.67%
B=45.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4167910.550.2600.64208.837.8825.88
Hex29435B371A040d1261a
Octal51103133673201003214632
Binary1010011000011101101111011111010010000001101000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,67,91); }

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

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

 a { background-color: rgb(41,67,91); }

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

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

 span { border-color: rgb(41,67,91); }

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