Html Css Color HEX #294158 Regal Blue

📋 copy color: '#294158'

red 41 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #294158

Tints of Regal Blue #294158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 21.13%
G = 33.51%
B = 45.36%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294158 (or 0x294158) is known color: Regal Blue. HEX triplet: 29, 41 and 58. RGB value is (41,65,88). Sum of RGB (Red+Green+Blue) = 41+65+88=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #294158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294158 is #D6BEA7. Grayscale: #3C3C3C. Windows color (decimal): -14073512 or 5783849. OLE color: 5783849.

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

Color convert

RGB 41 65 88 -
CMYK 0.53 0.26 0 0.65
HSL 209.36º 0.36% 0.25% -
HSV(B) 209.36º 0.53% 0.35% -
XYZ 4.57 4.96 9.95 -
YUV 60.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 41 65 88 0.53 0.26 0 0.65 209.36 0.36 0.25
Hex 29 41 58 35 1A 0 41 D1 24 19
Octal 51 101 130 65 32 0 101 321 44 31
Binary 101001 1000001 1011000 110101 11010 0 1000001 11010001 100100 11001

Color Harmonies of #294158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294158

Black with #294158

Text Example


Text Example

White with #294158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294158; }

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

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

background-color css

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

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

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

border-color css

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

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

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