Html Css Color HEX #293E52 Regal Blue

📋 copy color: '#293E52'

red 41 ◦ green 62 ◦ blue 82

#293E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #293E52

Tints of Regal Blue #293E52

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 value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#293E52 (or 0x293E52) is known color: 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

RGB 41 62 82 -
CMYK 0.50 0.24 0 0.68
HSL 209.27º 0.33% 0.24% -
HSV(B) 209.27º 0.5% 0.32% -
XYZ 4.16 4.53 8.64 -
YUV 58 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 41 62 82 0.50 0.24 0 0.68 209.27 0.33 0.24
Hex 29 3E 52 32 18 0 44 D1 21 18
Octal 51 76 122 62 30 0 104 321 41 30
Binary 101001 111110 1010010 110010 11000 0 1000100 11010001 100001 11000

Color Harmonies of #293E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E52

Black with #293E52

Text Example


Text Example

White with #293E52

Text Example


Text Example

HTML Codes & Css Web 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>