#293773

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

Shades of Resolution Blue #293773

Tints of Resolution Blue #293773

Color information

#293773 (or 0x293773) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 73. RGB value is (41,55,115). Sum of RGB (Red+Green+Blue) = 41+55+115=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #293773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293773 is #D6C88C. Grayscale: #393939. Windows color (decimal): -14076045 or 7550761. OLE color: 7550761.

HSL color Cylindrical-coordinate representation of color #293773: hue angle of 228.65º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293773 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4155115-
CMYK0.640.5200.55
HSL228.65º47.44%30.59%-
HSV(B)228.65º64.35%45.1%-
XYZ5.384.4416.79-
YUV57.65160.36116.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=19.43%
G=26.07%
B=54.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41551150.640.5200.55228.6547.4430.59
Hex2937734034037e52f1f
Octal5167163100640673455737
Binary1010011101111110011100000011010001101111110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293773; }

 p { color: rgb(41,55,115); }

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

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

 a { background-color: rgb(41,55,115); }

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

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

 span { border-color: rgb(41,55,115); }

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