Html Css Color HEX #294256 Regal Blue

📋 copy color: '#294256'

red 41 ◦ green 66 ◦ blue 86

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

Shades of Regal Blue #294256

Tints of Regal Blue #294256

RGB

 RED value IS 41 (16.41% from 255) = 21.24%

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 86 (33.98% from 255) = 44.56%

R = 21.24%
G = 34.2%
B = 44.56%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#294256 (or 0x294256) is known color: Regal Blue. HEX triplet: 29, 42 and 56. RGB value is (41,66,86). Sum of RGB (Red+Green+Blue) = 41+66+86=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #294256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294256 is #D6BDA9. Grayscale: #3C3C3C. Windows color (decimal): -14073258 or 5653033. OLE color: 5653033.

HSL color Cylindrical-coordinate representation of color #294256: hue angle of 206.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294256 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 66 86 -
CMYK 0.52 0.23 0 0.66
HSL 206.67º 0.35% 0.25% -
HSV(B) 206.67º 0.52% 0.34% -
XYZ 4.54 5.04 9.54 -
YUV 60.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 41 66 86 0.52 0.23 0 0.66 206.67 0.35 0.25
Hex 29 42 56 34 17 0 42 CF 23 19
Octal 51 102 126 64 27 0 102 317 43 31
Binary 101001 1000010 1010110 110100 10111 0 1000010 11001111 100011 11001

Color Harmonies of #294256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294256

Black with #294256

Text Example


Text Example

White with #294256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294256; }

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

 H1.HeaderClassName
 {
   color: #294256;
 }
 .AnyTagClassName
 {
   color: #294256;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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