#293681

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

Shades of Resolution Blue #293681

Tints of Resolution Blue #293681

Color information

#293681 (or 0x293681) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 81. RGB value is (41,54,129). Sum of RGB (Red+Green+Blue) = 41+54+129=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #293681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293681 is #D6C97E. Grayscale: #3A3A3A. Windows color (decimal): -14076287 or 8468009. OLE color: 8468009.

HSL color Cylindrical-coordinate representation of color #293681: hue angle of 231.14º 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 #293681 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4154129-
CMYK0.680.5800.49
HSL231.14º51.76%33.33%-
HSV(B)231.14º68.22%50.59%-
XYZ6.24.6921.35-
YUV58.66167.69115.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 129 (50.78% from 255) = 57.59%
R=18.30%
G=24.11%
B=57.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41541290.680.5800.49231.1451.7633.33
Hex293681443A031e73421
Octal5166201104720613476441
Binary101001110110100000011000100111010011000111100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293681; }

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

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

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

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

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

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

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

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