Html Css Color HEX #294470 Resolution Blue

📋 copy color: '#294470'

red 41 ◦ green 68 ◦ blue 112

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

Shades of Resolution Blue #294470

Tints of Resolution Blue #294470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 18.55%
G = 30.77%
B = 50.68%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#294470 (or 0x294470) is known color: Resolution Blue. HEX triplet: 29, 44 and 70. RGB value is (41,68,112). Sum of RGB (Red+Green+Blue) = 41+68+112=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #294470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294470 is #D6BB8F. Grayscale: #404040. Windows color (decimal): -14072720 or 7357481. OLE color: 7357481.

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

Color convert

RGB 41 68 112 -
CMYK 0.63 0.39 0 0.56
HSL 217.18º 0.46% 0.3% -
HSV(B) 217.18º 0.63% 0.44% -
XYZ 5.91 5.78 16.13 -
YUV 64.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 41 68 112 0.63 0.39 0 0.56 217.18 0.46 0.3
Hex 29 44 70 3F 27 0 38 D9 2E 1E
Octal 51 104 160 77 47 0 70 331 56 36
Binary 101001 1000100 1110000 111111 100111 0 111000 11011001 101110 11110

Color Harmonies of #294470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294470

Black with #294470

Text Example


Text Example

White with #294470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294470; }

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

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

background-color css

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

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

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

border-color css

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

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

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