#29425A

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

Shades of Regal Blue #29425A

Tints of Regal Blue #29425A

Color information

#29425A (or 0x29425A) is unknown color: approx Regal Blue. HEX triplet: 29, 42 and 5A. RGB value is (41,66,90). Sum of RGB (Red+Green+Blue) = 41+66+90=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #29425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29425A is #D6BDA5. Grayscale: #3D3D3D. Windows color (decimal): -14073254 or 5915177. OLE color: 5915177.

HSL color Cylindrical-coordinate representation of color #29425A: hue angle of 209.39º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29425A is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416690-
CMYK0.540.2700.65
HSL209.39º37.4%25.69%-
HSV(B)209.39º54.44%35.29%-
XYZ4.715.1110.41-
YUV61.26144.22113.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=20.81%
G=33.50%
B=45.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4166900.540.2700.65209.3937.425.69
Hex29425A361B041d1251a
Octal51102132663301013214532
Binary1010011000010101101011011011011010000011101000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,66,90); }

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

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

 a { background-color: rgb(41,66,90); }

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

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

 span { border-color: rgb(41,66,90); }

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