Html Css Color HEX #294157 Regal Blue

📋 copy color: '#294157'

red 41 ◦ green 65 ◦ blue 87

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

Shades of Regal Blue #294157

Tints of Regal Blue #294157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 21.24%
G = 33.68%
B = 45.08%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#294157 (or 0x294157) is known color: Regal Blue. HEX triplet: 29, 41 and 57. RGB value is (41,65,87). Sum of RGB (Red+Green+Blue) = 41+65+87=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #294157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294157 is #D6BEA8. Grayscale: #3C3C3C. Windows color (decimal): -14073513 or 5718313. OLE color: 5718313.

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

Color convert

RGB 41 65 87 -
CMYK 0.53 0.25 0 0.66
HSL 208.7º 0.36% 0.25% -
HSV(B) 208.7º 0.53% 0.34% -
XYZ 4.53 4.94 9.73 -
YUV 60.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 41 65 87 0.53 0.25 0 0.66 208.7 0.36 0.25
Hex 29 41 57 35 19 0 42 D1 24 19
Octal 51 101 127 65 31 0 102 321 44 31
Binary 101001 1000001 1010111 110101 11001 0 1000010 11010001 100100 11001

Color Harmonies of #294157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294157

Black with #294157

Text Example


Text Example

White with #294157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294157; }

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

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

background-color css

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

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

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

border-color css

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

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

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