Html Css Color HEX #294276 Resolution Blue

📋 copy color: '#294276'

red 41 ◦ green 66 ◦ blue 118

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

Shades of Resolution Blue #294276

Tints of Resolution Blue #294276

RGB

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

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

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

R = 18.22%
G = 29.33%
B = 52.44%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294276 (or 0x294276) is known color: Resolution Blue. HEX triplet: 29, 42 and 76. RGB value is (41,66,118). Sum of RGB (Red+Green+Blue) = 41+66+118=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #294276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294276 is #D6BD89. Grayscale: #404040. Windows color (decimal): -14073226 or 7750185. OLE color: 7750185.

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

Color convert

RGB 41 66 118 -
CMYK 0.65 0.44 0 0.54
HSL 220.52º 0.48% 0.31% -
HSV(B) 220.52º 0.65% 0.46% -
XYZ 6.13 5.68 17.91 -
YUV 64.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 41 66 118 0.65 0.44 0 0.54 220.52 0.48 0.31
Hex 29 42 76 41 2C 0 36 DD 30 1F
Octal 51 102 166 101 54 0 66 335 60 37
Binary 101001 1000010 1110110 1000001 101100 0 110110 11011101 110000 11111

Color Harmonies of #294276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294276

Black with #294276

Text Example


Text Example

White with #294276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294276; }

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

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

background-color css

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

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

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

border-color css

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

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

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