#293F54

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

Shades of Regal Blue #293F54

Tints of Regal Blue #293F54

Color information

#293F54 (or 0x293F54) is unknown color: approx Regal Blue. HEX triplet: 29, 3F and 54. RGB value is (41,63,84). Sum of RGB (Red+Green+Blue) = 41+63+84=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #293F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F54 is #D6C0AB. Grayscale: #3A3A3A. Windows color (decimal): -14074028 or 5521193. OLE color: 5521193.

HSL color Cylindrical-coordinate representation of color #293F54: hue angle of 209.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293F54 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB416384-
CMYK0.510.2500.67
HSL209.3º34.4%24.51%-
HSV(B)209.3º51.19%32.94%-
XYZ4.294.679.06-
YUV58.82142.21115.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=21.81%
G=33.51%
B=44.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4163840.510.2500.67209.334.424.51
Hex293F543319043d12219
Octal5177124633101033214231
Binary101001111111101010011001111001010000111101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293F54; }

 p { color: rgb(41,63,84); }

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

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

 a { background-color: rgb(41,63,84); }

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

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

 span { border-color: rgb(41,63,84); }

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