#294258

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

Shades of Regal Blue #294258

Tints of Regal Blue #294258

Color information

#294258 (or 0x294258) is unknown color: approx Regal Blue. HEX triplet: 29, 42 and 58. RGB value is (41,66,88). Sum of RGB (Red+Green+Blue) = 41+66+88=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #294258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294258 is #D6BDA7. Grayscale: #3C3C3C. Windows color (decimal): -14073256 or 5784105. OLE color: 5784105.

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

Color convert

RGB416688-
CMYK0.530.2500.65
HSL208.09º36.43%25.29%-
HSV(B)208.09º53.41%34.51%-
XYZ4.625.079.97-
YUV61.03143.22113.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=21.03%
G=33.85%
B=45.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4166880.530.2500.65208.0936.4325.29
Hex2942583519041d02419
Octal51102130653101013204431
Binary1010011000010101100011010111001010000011101000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294258; }

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

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

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

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

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

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

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

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