#294257

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

Shades of Regal Blue #294257

Tints of Regal Blue #294257

Color information

#294257 (or 0x294257) is unknown color: approx Regal Blue. HEX triplet: 29, 42 and 57. RGB value is (41,66,87). Sum of RGB (Red+Green+Blue) = 41+66+87=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #294257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294257 is #D6BDA8. Grayscale: #3C3C3C. Windows color (decimal): -14073257 or 5718569. OLE color: 5718569.

HSL color Cylindrical-coordinate representation of color #294257: hue angle of 207.39º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294257 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB416687-
CMYK0.530.2400.66
HSL207.39º35.94%25.1%-
HSV(B)207.39º52.87%34.12%-
XYZ4.585.069.75-
YUV60.92142.72113.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=21.13%
G=34.02%
B=44.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4166870.530.2400.66207.3935.9425.1
Hex2942573518042cf2419
Octal51102127653001023174431
Binary1010011000010101011111010111000010000101100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294257; }

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

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

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

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

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

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

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

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