Html Css Color HEX #294579 Resolution Blue

📋 copy color: '#294579'

red 41 ◦ green 69 ◦ blue 121

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

Shades of Resolution Blue #294579

Tints of Resolution Blue #294579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 17.75%
G = 29.87%
B = 52.38%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294579 (or 0x294579) is known color: Resolution Blue. HEX triplet: 29, 45 and 79. RGB value is (41,69,121). Sum of RGB (Red+Green+Blue) = 41+69+121=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #294579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294579 is #D6BA86. Grayscale: #424242. Windows color (decimal): -14072455 or 7947561. OLE color: 7947561.

HSL color Cylindrical-coordinate representation of color #294579: hue angle of 219º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294579 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 69 121 -
CMYK 0.66 0.43 0 0.53
HSL 219º 0.49% 0.32% -
HSV(B) 219º 0.66% 0.47% -
XYZ 6.49 6.11 18.93 -
YUV 66.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 41 69 121 0.66 0.43 0 0.53 219 0.49 0.32
Hex 29 45 79 42 2B 0 35 DB 31 20
Octal 51 105 171 102 53 0 65 333 61 40
Binary 101001 1000101 1111001 1000010 101011 0 110101 11011011 110001 100000

Color Harmonies of #294579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294579

Black with #294579

Text Example


Text Example

White with #294579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294579; }

 p { color: rgb(41,69,121); }

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

background-color css

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

 a { background-color: rgb(41,69,121); }

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

border-color css

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

 span { border-color: rgb(41,69,121); }

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