Html Css Color HEX #294477 Resolution Blue

📋 copy color: '#294477'

red 41 ◦ green 68 ◦ blue 119

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

Shades of Resolution Blue #294477

Tints of Resolution Blue #294477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 17.98%
G = 29.82%
B = 52.19%

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

#294477 (or 0x294477) is known color: Resolution Blue. HEX triplet: 29, 44 and 77. RGB value is (41,68,119). Sum of RGB (Red+Green+Blue) = 41+68+119=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #294477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294477 is #D6BB88. Grayscale: #414141. Windows color (decimal): -14072713 or 7816233. OLE color: 7816233.

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

Color convert

RGB 41 68 119 -
CMYK 0.66 0.43 0 0.53
HSL 219.23º 0.49% 0.31% -
HSV(B) 219.23º 0.66% 0.47% -
XYZ 6.31 5.94 18.27 -
YUV 65.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 41 68 119 0.66 0.43 0 0.53 219.23 0.49 0.31
Hex 29 44 77 42 2B 0 35 DB 31 1F
Octal 51 104 167 102 53 0 65 333 61 37
Binary 101001 1000100 1110111 1000010 101011 0 110101 11011011 110001 11111

Color Harmonies of #294477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294477

Black with #294477

Text Example


Text Example

White with #294477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294477; }

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

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

background-color css

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

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

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

border-color css

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

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

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