Html Css Color HEX #294155 Regal Blue

📋 copy color: '#294155'

red 41 ◦ green 65 ◦ blue 85

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

Shades of Regal Blue #294155

Tints of Regal Blue #294155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

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

R = 21.47%
G = 34.03%
B = 44.5%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294155 (or 0x294155) is known color: Regal Blue. HEX triplet: 29, 41 and 55. RGB value is (41,65,85). Sum of RGB (Red+Green+Blue) = 41+65+85=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #294155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294155 is #D6BEAA. Grayscale: #3C3C3C. Windows color (decimal): -14073515 or 5587241. OLE color: 5587241.

HSL color Cylindrical-coordinate representation of color #294155: hue angle of 207.27º 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 #294155 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 65 85 -
CMYK 0.52 0.24 0 0.67
HSL 207.27º 0.35% 0.25% -
HSV(B) 207.27º 0.52% 0.33% -
XYZ 4.44 4.91 9.31 -
YUV 60.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 41 65 85 0.52 0.24 0 0.67 207.27 0.35 0.25
Hex 29 41 55 34 18 0 43 CF 23 19
Octal 51 101 125 64 30 0 103 317 43 31
Binary 101001 1000001 1010101 110100 11000 0 1000011 11001111 100011 11001

Color Harmonies of #294155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294155

Black with #294155

Text Example


Text Example

White with #294155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294155; }

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

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

background-color css

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

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

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

border-color css

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

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

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