#294155

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

Shades of Regal Blue #294155

Tints of Regal Blue #294155

Color information

#294155 (or 0x294155) is unknown color: approx Regal Blue. HEX triplet: 29, 41 and 55. RGB value is (41,65,85). Sum of RGB (Red+Green+Blue) = 41+65+85=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #294155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294155 is #D6BEAA. Grayscale: #3C3C3C. Windows color (decimal): -14073515 or 5587241. OLE color: 5587241.

HSL color Cylindrical-coordinate representation of color #294155: hue angle of 207.27º 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 #294155 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB416585-
CMYK0.520.2400.67
HSL207.27º34.92%24.71%-
HSV(B)207.27º51.76%33.33%-
XYZ4.444.919.31-
YUV60.1142.05114.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=21.47%
G=34.03%
B=44.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4165850.520.2400.67207.2734.9224.71
Hex2941553418043cf2319
Octal51101125643001033174331
Binary1010011000001101010111010011000010000111100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294155; }

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

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

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

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

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

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

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

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