Html Css Color HEX #294176 Resolution Blue

📋 copy color: '#294176'

red 41 ◦ green 65 ◦ blue 118

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

Shades of Resolution Blue #294176

Tints of Resolution Blue #294176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

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

R = 18.3%
G = 29.02%
B = 52.68%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294176 (or 0x294176) is known color: Resolution Blue. HEX triplet: 29, 41 and 76. RGB value is (41,65,118). Sum of RGB (Red+Green+Blue) = 41+65+118=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #294176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294176 is #D6BE89. Grayscale: #3F3F3F. Windows color (decimal): -14073482 or 7749929. OLE color: 7749929.

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

Color convert

RGB 41 65 118 -
CMYK 0.65 0.45 0 0.54
HSL 221.3º 0.48% 0.31% -
HSV(B) 221.3º 0.65% 0.46% -
XYZ 6.07 5.56 17.89 -
YUV 63.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 41 65 118 0.65 0.45 0 0.54 221.3 0.48 0.31
Hex 29 41 76 41 2D 0 36 DD 30 1F
Octal 51 101 166 101 55 0 66 335 60 37
Binary 101001 1000001 1110110 1000001 101101 0 110110 11011101 110000 11111

Color Harmonies of #294176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294176

Black with #294176

Text Example


Text Example

White with #294176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294176; }

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

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

background-color css

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

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

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

border-color css

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

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

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