#293E52

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

Shades of Regal Blue #293E52

Tints of Regal Blue #293E52

Color information

#293E52 (or 0x293E52) is unknown color: approx Regal Blue. HEX triplet: 29, 3E and 52. RGB value is (41,62,82). Sum of RGB (Red+Green+Blue) = 41+62+82=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #293E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E52 is #D6C1AD. Grayscale: #393939. Windows color (decimal): -14074286 or 5389865. OLE color: 5389865.

HSL color Cylindrical-coordinate representation of color #293E52: hue angle of 209.27º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #293E52 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB416282-
CMYK0.500.2400.68
HSL209.27º33.33%24.12%-
HSV(B)209.27º50%32.16%-
XYZ4.164.538.64-
YUV58141.54115.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=22.16%
G=33.51%
B=44.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4162820.500.2400.68209.2733.3324.12
Hex293E523218044d12118
Octal5176122623001043214130
Binary101001111110101001011001011000010001001101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,62,82); }

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

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

 a { background-color: rgb(41,62,82); }

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

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

 span { border-color: rgb(41,62,82); }

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