#294459

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

Shades of Regal Blue #294459

Tints of Regal Blue #294459

Color information

#294459 (or 0x294459) is unknown color: approx Regal Blue. HEX triplet: 29, 44 and 59. RGB value is (41,68,89). Sum of RGB (Red+Green+Blue) = 41+68+89=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #294459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294459 is #D6BBA6. Grayscale: #3E3E3E. Windows color (decimal): -14072743 or 5850153. OLE color: 5850153.

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

Color convert

RGB416889-
CMYK0.540.2400.65
HSL206.25º36.92%25.49%-
HSV(B)206.25º53.93%34.9%-
XYZ4.785.3310.23-
YUV62.32143.05112.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=20.71%
G=34.34%
B=44.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4168890.540.2400.65206.2536.9225.49
Hex2944593618041ce2519
Octal51104131663001013164531
Binary1010011000100101100111011011000010000011100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294459; }

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

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

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

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

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

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

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

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