#294273

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

Shades of Resolution Blue #294273

Tints of Resolution Blue #294273

Color information

#294273 (or 0x294273) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 73. RGB value is (41,66,115). Sum of RGB (Red+Green+Blue) = 41+66+115=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #294273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294273 is #D6BD8C. Grayscale: #3F3F3F. Windows color (decimal): -14073229 or 7553577. OLE color: 7553577.

HSL color Cylindrical-coordinate representation of color #294273: hue angle of 219.73º 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 #294273 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4166115-
CMYK0.640.4300.55
HSL219.73º47.44%30.59%-
HSV(B)219.73º64.35%45.1%-
XYZ5.965.6116.99-
YUV64.11156.72111.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=18.47%
G=29.73%
B=51.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41661150.640.4300.55219.7347.4430.59
Hex294273402B037dc2f1f
Octal51102163100530673345737
Binary10100110000101110011100000010101101101111101110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294273; }

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

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

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

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

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

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

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

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