#294055

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

Shades of Regal Blue #294055

Tints of Regal Blue #294055

Color information

#294055 (or 0x294055) is unknown color: approx Regal Blue. HEX triplet: 29, 40 and 55. RGB value is (41,64,85). Sum of RGB (Red+Green+Blue) = 41+64+85=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #294055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294055 is #D6BFAA. Grayscale: #3B3B3B. Windows color (decimal): -14073771 or 5586985. OLE color: 5586985.

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

Color convert

RGB416485-
CMYK0.520.2500.67
HSL208.64º34.92%24.71%-
HSV(B)208.64º51.76%33.33%-
XYZ4.394.799.29-
YUV59.52142.38114.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=21.58%
G=33.68%
B=44.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4164850.520.2500.67208.6434.9224.71
Hex2940553419043d12319
Octal51100125643101033214331
Binary1010011000000101010111010011001010000111101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294055; }

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

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

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

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

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

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

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

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