Html Css Color HEX #294055 Regal Blue

📋 copy color: '#294055'

red 41 ◦ green 64 ◦ blue 85

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

Shades of Regal Blue #294055

Tints of Regal Blue #294055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 21.58%
G = 33.68%
B = 44.74%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294055 (or 0x294055) is known color: Regal Blue. HEX triplet: 29, 40 and 55. RGB value is (41,64,85). Sum of RGB (Red+Green+Blue) = 41+64+85=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #294055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294055 is #D6BFAA. Grayscale: #3B3B3B. Windows color (decimal): -14073771 or 5586985. OLE color: 5586985.

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

Color convert

RGB 41 64 85 -
CMYK 0.52 0.25 0 0.67
HSL 208.64º 0.35% 0.25% -
HSV(B) 208.64º 0.52% 0.33% -
XYZ 4.39 4.79 9.29 -
YUV 59.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 41 64 85 0.52 0.25 0 0.67 208.64 0.35 0.25
Hex 29 40 55 34 19 0 43 D1 23 19
Octal 51 100 125 64 31 0 103 321 43 31
Binary 101001 1000000 1010101 110100 11001 0 1000011 11010001 100011 11001

Color Harmonies of #294055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294055

Black with #294055

Text Example


Text Example

White with #294055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294055; }

 p { color: rgb(41,64,85); }

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

background-color css

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

 a { background-color: rgb(41,64,85); }

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

border-color css

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

 span { border-color: rgb(41,64,85); }

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