#293572

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

Shades of Resolution Blue #293572

Tints of Resolution Blue #293572

Color information

#293572 (or 0x293572) is unknown color: approx Resolution Blue. HEX triplet: 29, 35 and 72. RGB value is (41,53,114). Sum of RGB (Red+Green+Blue) = 41+53+114=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #293572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293572 is #D6CA8D. Grayscale: #383838. Windows color (decimal): -14076558 or 7484713. OLE color: 7484713.

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

Color convert

RGB4153114-
CMYK0.640.5400.55
HSL230.14º47.1%30.39%-
HSV(B)230.14º64.04%44.71%-
XYZ5.224.2316.46-
YUV56.37160.52117.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=19.71%
G=25.48%
B=54.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41531140.640.5400.55230.1447.130.39
Hex2935724036037e62f1e
Octal5165162100660673465736
Binary1010011101011110010100000011011001101111110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293572; }

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

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

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

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

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

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

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

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