#29445C

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

Shades of Regal Blue #29445C

Tints of Regal Blue #29445C

Color information

#29445C (or 0x29445C) is unknown color: approx Regal Blue. HEX triplet: 29, 44 and 5C. RGB value is (41,68,92). Sum of RGB (Red+Green+Blue) = 41+68+92=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #29445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29445C is #D6BBA3. Grayscale: #3E3E3E. Windows color (decimal): -14072740 or 6046761. OLE color: 6046761.

HSL color Cylindrical-coordinate representation of color #29445C: hue angle of 208.24º 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 #29445C is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB416892-
CMYK0.550.2600.64
HSL208.24º38.35%26.08%-
HSV(B)208.24º55.43%36.08%-
XYZ4.915.3810.9-
YUV62.66144.55112.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=20.40%
G=33.83%
B=45.77%

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
Decimal4168920.550.2600.64208.2438.3526.08
Hex29445C371A040d0261a
Octal51104134673201003204632
Binary1010011000100101110011011111010010000001101000010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29445C; }

 p { color: rgb(41,68,92); }

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

<style>
 a { background-color: #29445C; }

 a { background-color: rgb(41,68,92); }

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

<style>
 span { border-color: #29445C; }

 span { border-color: rgb(41,68,92); }

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