#294272

Color #294272 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #294272

Tints of Resolution Blue #294272

Color information

#294272 (or 0x294272) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 72. RGB value is (41,66,114). Sum of RGB (Red+Green+Blue) = 41+66+114=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #294272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294272 is #D6BD8D. Grayscale: #3F3F3F. Windows color (decimal): -14073230 or 7488041. OLE color: 7488041.

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

Color convert

RGB4166114-
CMYK0.640.4200.55
HSL219.45º47.1%30.39%-
HSV(B)219.45º64.04%44.71%-
XYZ5.95.5816.69-
YUV64156.22111.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=18.55%
G=29.86%
B=51.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41661140.640.4200.55219.4547.130.39
Hex294272402A037db2f1e
Octal51102162100520673335736
Binary10100110000101110010100000010101001101111101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294272; }

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

 H1.HeaderClassName
 {
   color: #294272;
 }
 .AnyTagClassName
 {
   color: #294272;
 }
</style>
background-color css

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

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

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

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

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

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