Html Css Color HEX #294473 Resolution Blue

📋 copy color: '#294473'

red 41 ◦ green 68 ◦ blue 115

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

Shades of Resolution Blue #294473

Tints of Resolution Blue #294473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 18.3%
G = 30.36%
B = 51.34%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#294473 (or 0x294473) is known color: Resolution Blue. HEX triplet: 29, 44 and 73. RGB value is (41,68,115). Sum of RGB (Red+Green+Blue) = 41+68+115=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #294473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294473 is #D6BB8C. Grayscale: #414141. Windows color (decimal): -14072717 or 7554089. OLE color: 7554089.

HSL color Cylindrical-coordinate representation of color #294473: hue angle of 218.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294473 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 68 115 -
CMYK 0.64 0.41 0 0.55
HSL 218.11º 0.47% 0.31% -
HSV(B) 218.11º 0.64% 0.45% -
XYZ 6.08 5.84 17.03 -
YUV 65.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 41 68 115 0.64 0.41 0 0.55 218.11 0.47 0.31
Hex 29 44 73 40 29 0 37 DA 2F 1F
Octal 51 104 163 100 51 0 67 332 57 37
Binary 101001 1000100 1110011 1000000 101001 0 110111 11011010 101111 11111

Color Harmonies of #294473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294473

Black with #294473

Text Example


Text Example

White with #294473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294473; }

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

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

background-color css

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

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

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

border-color css

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

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

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