#294356

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

Shades of Regal Blue #294356

Tints of Regal Blue #294356

Color information

#294356 (or 0x294356) is unknown color: approx Regal Blue. HEX triplet: 29, 43 and 56. RGB value is (41,67,86). Sum of RGB (Red+Green+Blue) = 41+67+86=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #294356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294356 is #D6BCA9. Grayscale: #3D3D3D. Windows color (decimal): -14073002 or 5653289. OLE color: 5653289.

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

Color convert

RGB416786-
CMYK0.520.2200.66
HSL205.33º35.43%24.9%-
HSV(B)205.33º52.33%33.73%-
XYZ4.65.169.56-
YUV61.39141.89113.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=21.13%
G=34.54%
B=44.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4167860.520.2200.66205.3335.4324.9
Hex2943563416042cd2319
Octal51103126642601023154331
Binary1010011000011101011011010010110010000101100110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294356; }

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

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

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

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

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

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

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

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