Html Css Color HEX #294476 Resolution Blue

📋 copy color: '#294476'

red 41 ◦ green 68 ◦ blue 118

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

Shades of Resolution Blue #294476

Tints of Resolution Blue #294476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 18.06%
G = 29.96%
B = 51.98%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294476 (or 0x294476) is known color: Resolution Blue. HEX triplet: 29, 44 and 76. RGB value is (41,68,118). Sum of RGB (Red+Green+Blue) = 41+68+118=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #294476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294476 is #D6BB89. Grayscale: #414141. Windows color (decimal): -14072714 or 7750697. OLE color: 7750697.

HSL color Cylindrical-coordinate representation of color #294476: hue angle of 218.96º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294476 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 68 118 -
CMYK 0.65 0.42 0 0.54
HSL 218.96º 0.48% 0.31% -
HSV(B) 218.96º 0.65% 0.46% -
XYZ 6.25 5.91 17.95 -
YUV 65.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 41 68 118 0.65 0.42 0 0.54 218.96 0.48 0.31
Hex 29 44 76 41 2A 0 36 DB 30 1F
Octal 51 104 166 101 52 0 66 333 60 37
Binary 101001 1000100 1110110 1000001 101010 0 110110 11011011 110000 11111

Color Harmonies of #294476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294476

Black with #294476

Text Example


Text Example

White with #294476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294476; }

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

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

background-color css

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

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

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

border-color css

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

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

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