#294256

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

Shades of Regal Blue #294256

Tints of Regal Blue #294256

Color information

#294256 (or 0x294256) is unknown color: approx Regal Blue. HEX triplet: 29, 42 and 56. RGB value is (41,66,86). Sum of RGB (Red+Green+Blue) = 41+66+86=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #294256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294256 is #D6BDA9. Grayscale: #3C3C3C. Windows color (decimal): -14073258 or 5653033. OLE color: 5653033.

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

Color convert

RGB416686-
CMYK0.520.2300.66
HSL206.67º35.43%24.9%-
HSV(B)206.67º52.33%33.73%-
XYZ4.545.049.54-
YUV60.8142.22113.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=21.24%
G=34.20%
B=44.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4166860.520.2300.66206.6735.4324.9
Hex2942563417042cf2319
Octal51102126642701023174331
Binary1010011000010101011011010010111010000101100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294256; }

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

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

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

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

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

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

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

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