#293472

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

Shades of Resolution Blue #293472

Tints of Resolution Blue #293472

Color information

#293472 (or 0x293472) is unknown color: approx Resolution Blue. HEX triplet: 29, 34 and 72. RGB value is (41,52,114). Sum of RGB (Red+Green+Blue) = 41+52+114=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #293472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293472 is #D6CB8D. Grayscale: #373737. Windows color (decimal): -14076814 or 7484457. OLE color: 7484457.

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

Color convert

RGB4152114-
CMYK0.640.5400.55
HSL230.96º47.1%30.39%-
HSV(B)230.96º64.04%44.71%-
XYZ5.184.1416.45-
YUV55.78160.86117.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=19.81%
G=25.12%
B=55.07%

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
Decimal41521140.640.5400.55230.9647.130.39
Hex2934724036037e72f1e
Octal5164162100660673475736
Binary1010011101001110010100000011011001101111110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293472; }

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

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

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

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

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

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

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

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