#293F53

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

Shades of Regal Blue #293F53

Tints of Regal Blue #293F53

Color information

#293F53 (or 0x293F53) is unknown color: approx Regal Blue. HEX triplet: 29, 3F and 53. RGB value is (41,63,83). Sum of RGB (Red+Green+Blue) = 41+63+83=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #293F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F53 is #D6C0AC. Grayscale: #3A3A3A. Windows color (decimal): -14074029 or 5455657. OLE color: 5455657.

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

Color convert

RGB416383-
CMYK0.510.2400.67
HSL208.57º33.87%24.31%-
HSV(B)208.57º50.6%32.55%-
XYZ4.254.658.86-
YUV58.7141.71115.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=21.93%
G=33.69%
B=44.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4163830.510.2400.67208.5733.8724.31
Hex293F533318043d12218
Octal5177123633001033214230
Binary101001111111101001111001111000010000111101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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