Html Css Color HEX #294379 Resolution Blue

📋 copy color: '#294379'

red 41 ◦ green 67 ◦ blue 121

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

Shades of Resolution Blue #294379

Tints of Resolution Blue #294379

RGB

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

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

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

R = 17.9%
G = 29.26%
B = 52.84%

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

#294379 (or 0x294379) is known color: Resolution Blue. HEX triplet: 29, 43 and 79. RGB value is (41,67,121). Sum of RGB (Red+Green+Blue) = 41+67+121=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #294379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294379 is #D6BC86. Grayscale: #414141. Windows color (decimal): -14072967 or 7947049. OLE color: 7947049.

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

Color convert

RGB 41 67 121 -
CMYK 0.66 0.45 0 0.53
HSL 220.5º 0.49% 0.32% -
HSV(B) 220.5º 0.66% 0.47% -
XYZ 6.37 5.87 18.89 -
YUV 65.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 41 67 121 0.66 0.45 0 0.53 220.5 0.49 0.32
Hex 29 43 79 42 2D 0 35 DC 31 20
Octal 51 103 171 102 55 0 65 334 61 40
Binary 101001 1000011 1111001 1000010 101101 0 110101 11011100 110001 100000

Color Harmonies of #294379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294379

Black with #294379

Text Example


Text Example

White with #294379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294379; }

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

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

background-color css

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

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

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

border-color css

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

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

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