Html Css Color HEX #294359 Regal Blue

📋 copy color: '#294359'

red 41 ◦ green 67 ◦ blue 89

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

Shades of Regal Blue #294359

Tints of Regal Blue #294359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 20.81%
G = 34.01%
B = 45.18%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294359 (or 0x294359) is known color: Regal Blue. HEX triplet: 29, 43 and 59. RGB value is (41,67,89). Sum of RGB (Red+Green+Blue) = 41+67+89=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #294359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294359 is #D6BCA6. Grayscale: #3D3D3D. Windows color (decimal): -14072999 or 5849897. OLE color: 5849897.

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

Color convert

RGB 41 67 89 -
CMYK 0.54 0.25 0 0.65
HSL 207.5º 0.37% 0.25% -
HSV(B) 207.5º 0.54% 0.35% -
XYZ 4.72 5.21 10.21 -
YUV 61.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 41 67 89 0.54 0.25 0 0.65 207.5 0.37 0.25
Hex 29 43 59 36 19 0 41 D0 25 19
Octal 51 103 131 66 31 0 101 320 45 31
Binary 101001 1000011 1011001 110110 11001 0 1000001 11010000 100101 11001

Color Harmonies of #294359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294359

Black with #294359

Text Example


Text Example

White with #294359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294359; }

 p { color: rgb(41,67,89); }

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

background-color css

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

 a { background-color: rgb(41,67,89); }

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

border-color css

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

 span { border-color: rgb(41,67,89); }

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