Html Css Color HEX #294258 Regal Blue

📋 copy color: '#294258'

red 41 ◦ green 66 ◦ blue 88

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

Shades of Regal Blue #294258

Tints of Regal Blue #294258

RGB

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

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

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

R = 21.03%
G = 33.85%
B = 45.13%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294258 (or 0x294258) is known color: Regal Blue. HEX triplet: 29, 42 and 58. RGB value is (41,66,88). Sum of RGB (Red+Green+Blue) = 41+66+88=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #294258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294258 is #D6BDA7. Grayscale: #3C3C3C. Windows color (decimal): -14073256 or 5784105. OLE color: 5784105.

HSL color Cylindrical-coordinate representation of color #294258: hue angle of 208.09º 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 #294258 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 66 88 -
CMYK 0.53 0.25 0 0.65
HSL 208.09º 0.36% 0.25% -
HSV(B) 208.09º 0.53% 0.35% -
XYZ 4.62 5.07 9.97 -
YUV 61.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 41 66 88 0.53 0.25 0 0.65 208.09 0.36 0.25
Hex 29 42 58 35 19 0 41 D0 24 19
Octal 51 102 130 65 31 0 101 320 44 31
Binary 101001 1000010 1011000 110101 11001 0 1000001 11010000 100100 11001

Color Harmonies of #294258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294258

Black with #294258

Text Example


Text Example

White with #294258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294258; }

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

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

background-color css

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

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

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

border-color css

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

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

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