#294056

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

Shades of Regal Blue #294056

Tints of Regal Blue #294056

Color information

#294056 (or 0x294056) is unknown color: approx Regal Blue. HEX triplet: 29, 40 and 56. RGB value is (41,64,86). Sum of RGB (Red+Green+Blue) = 41+64+86=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #294056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294056 is #D6BFA9. Grayscale: #3B3B3B. Windows color (decimal): -14073770 or 5652521. OLE color: 5652521.

HSL color Cylindrical-coordinate representation of color #294056: hue angle of 209.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294056 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB416486-
CMYK0.520.2600.66
HSL209.33º35.43%24.9%-
HSV(B)209.33º52.33%33.73%-
XYZ4.434.819.5-
YUV59.63142.88114.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=21.47%
G=33.51%
B=45.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4164860.520.2600.66209.3335.4324.9
Hex294056341A042d12319
Octal51100126643201023214331
Binary1010011000000101011011010011010010000101101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294056; }

 p { color: rgb(41,64,86); }

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

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

 a { background-color: rgb(41,64,86); }

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

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

 span { border-color: rgb(41,64,86); }

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