Html Css Color HEX #294279 Resolution Blue

📋 copy color: '#294279'

red 41 ◦ green 66 ◦ blue 121

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

Shades of Resolution Blue #294279

Tints of Resolution Blue #294279

RGB

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

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

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

R = 17.98%
G = 28.95%
B = 53.07%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294279 (or 0x294279) is known color: Resolution Blue. HEX triplet: 29, 42 and 79. RGB value is (41,66,121). Sum of RGB (Red+Green+Blue) = 41+66+121=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #294279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294279 is #D6BD86. Grayscale: #404040. Windows color (decimal): -14073223 or 7946793. OLE color: 7946793.

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

Color convert

RGB 41 66 121 -
CMYK 0.66 0.45 0 0.53
HSL 221.25º 0.49% 0.32% -
HSV(B) 221.25º 0.66% 0.47% -
XYZ 6.31 5.75 18.87 -
YUV 64.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 41 66 121 0.66 0.45 0 0.53 221.25 0.49 0.32
Hex 29 42 79 42 2D 0 35 DD 31 20
Octal 51 102 171 102 55 0 65 335 61 40
Binary 101001 1000010 1111001 1000010 101101 0 110101 11011101 110001 100000

Color Harmonies of #294279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294279

Black with #294279

Text Example


Text Example

White with #294279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294279; }

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

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

background-color css

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

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

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

border-color css

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

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

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