#294081

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

Shades of Resolution Blue #294081

Tints of Resolution Blue #294081

Color information

#294081 (or 0x294081) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 81. RGB value is (41,64,129). Sum of RGB (Red+Green+Blue) = 41+64+129=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #294081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294081 is #D6BF7E. Grayscale: #404040. Windows color (decimal): -14073727 or 8470569. OLE color: 8470569.

HSL color Cylindrical-coordinate representation of color #294081: hue angle of 224.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294081 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4164129-
CMYK0.680.5000.49
HSL224.32º51.76%33.33%-
HSV(B)224.32º68.22%50.59%-
XYZ6.715.7221.52-
YUV64.53164.38111.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 129 (50.78% from 255) = 55.13%
R=17.52%
G=27.35%
B=55.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41641290.680.5000.49224.3251.7633.33
Hex2940814432031e03421
Octal51100201104620613406441
Binary1010011000000100000011000100110010011000111100000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294081; }

 p { color: rgb(41,64,129); }

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

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

 a { background-color: rgb(41,64,129); }

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

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

 span { border-color: rgb(41,64,129); }

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