Html Css Color HEX #294471 Resolution Blue

📋 copy color: '#294471'

red 41 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #294471

Tints of Resolution Blue #294471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 18.47%
G = 30.63%
B = 50.9%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294471 (or 0x294471) is known color: Resolution Blue. HEX triplet: 29, 44 and 71. RGB value is (41,68,113). Sum of RGB (Red+Green+Blue) = 41+68+113=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #294471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294471 is #D6BB8E. Grayscale: #404040. Windows color (decimal): -14072719 or 7423017. OLE color: 7423017.

HSL color Cylindrical-coordinate representation of color #294471: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294471 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 68 113 -
CMYK 0.64 0.40 0 0.56
HSL 217.5º 0.47% 0.3% -
HSV(B) 217.5º 0.64% 0.44% -
XYZ 5.96 5.8 16.43 -
YUV 65.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 41 68 113 0.64 0.40 0 0.56 217.5 0.47 0.3
Hex 29 44 71 40 28 0 38 DA 2F 1E
Octal 51 104 161 100 50 0 70 332 57 36
Binary 101001 1000100 1110001 1000000 101000 0 111000 11011010 101111 11110

Color Harmonies of #294471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294471

Black with #294471

Text Example


Text Example

White with #294471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294471; }

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

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

background-color css

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

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

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

border-color css

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

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

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