Html Css Color HEX #294479 Resolution Blue

📋 copy color: '#294479'

red 41 ◦ green 68 ◦ blue 121

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

Shades of Resolution Blue #294479

Tints of Resolution Blue #294479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 17.83%
G = 29.57%
B = 52.61%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294479 (or 0x294479) is known color: Resolution Blue. HEX triplet: 29, 44 and 79. RGB value is (41,68,121). Sum of RGB (Red+Green+Blue) = 41+68+121=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #294479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294479 is #D6BB86. Grayscale: #414141. Windows color (decimal): -14072711 or 7947305. OLE color: 7947305.

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

Color convert

RGB 41 68 121 -
CMYK 0.66 0.44 0 0.53
HSL 219.75º 0.49% 0.32% -
HSV(B) 219.75º 0.66% 0.47% -
XYZ 6.43 5.99 18.91 -
YUV 65.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 41 68 121 0.66 0.44 0 0.53 219.75 0.49 0.32
Hex 29 44 79 42 2C 0 35 DC 31 20
Octal 51 104 171 102 54 0 65 334 61 40
Binary 101001 1000100 1111001 1000010 101100 0 110101 11011100 110001 100000

Color Harmonies of #294479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294479

Black with #294479

Text Example


Text Example

White with #294479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294479; }

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

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

background-color css

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

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

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

border-color css

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

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

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