#293872

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

Shades of Resolution Blue #293872

Tints of Resolution Blue #293872

Color information

#293872 (or 0x293872) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 72. RGB value is (41,56,114). Sum of RGB (Red+Green+Blue) = 41+56+114=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #293872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293872 is #D6C78D. Grayscale: #393939. Windows color (decimal): -14075790 or 7485481. OLE color: 7485481.

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

Color convert

RGB4156114-
CMYK0.640.5100.55
HSL227.67º47.1%30.39%-
HSV(B)227.67º64.04%44.71%-
XYZ5.374.5116.51-
YUV58.13159.53115.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=19.43%
G=26.54%
B=54.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41561140.640.5100.55227.6747.130.39
Hex2938724033037e42f1e
Octal5170162100630673445736
Binary1010011110001110010100000011001101101111110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293872; }

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

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

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

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

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

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

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

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